color codes Logo

#dbc83a color codes

#DBC83A
(219,200,58)
0 Favorites   0 Comments

Color spaces of #dbc83a

RGB 21920058
HSL0.150.690.54
HSV53°74°86°
CMYK 0.000.090.74   0.14
XYZ50.631456.674112.2736
Yxy56.67410.42340.4739
Hunter Lab75.2822-11.692843.0312
CIE-Lab79.9959-8.456468.8976

#dbc83a color RGB value is (219,200,58).

#dbc83a hex color red value is 219, green value is 200 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dbc83a hue: 0.15 , saturation: 0.69 and the lightness value of dbc83a is 0.54.

The process color (four color CMYK) of #dbc83a color code is 0.00, 0.09, 0.74, 0.14. Web safe color of #dbc83a is #cccc33. Color #dbc83a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 00111010
Octal 333 310 72
Decimal 219 200 58
Hex DB C8 3A

RGB Percentages of Color #dbc83a

%45.91
%41.93
%12.16

CMYK Percentages of Color #dbc83a

%0
%9
%74
%14

Triadic Colors of #dbc83a

#dbc83a #3adbc8 #c83adb

Analogous Colors of #dbc83a

#dbc83a #9edb3a #db783a

Monochromatic Colors of #dbc83a

#dbc83a

Complementary Color

#dbc83a #3a4ddb

#dbc83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc83a Color CSS Codes

.mybgcolor {background-color:#dbc83a; } 
.myforecolor {color:#dbc83a; }
.mybordercolor {border:3px solid #dbc83a; }

#dbc83a Text Font Color

<p style="color:#dbc83a">Text here</p>

This sample text font color is #dbc83a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbc83a Background Color

<div style="background-color:#dbc83a">
Div content here</div>

This div background color is #dbc83a


#dbc83a Border Color

<div style="border:3px solid #dbc83a">
Div here</div>

This div border color is #dbc83a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,200,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbc83a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbc83a;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc83a;
  box-shadow:         1px 1px 3px 2px #dbc83a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,200,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbc83a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc83a;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc83a;
  box-shadow:         1px 1px 3px 2px #dbc83a;">
Div content here</div>

This div box has shadow with color #dbc83a


Comments

No comments written yet.

Please login to write comment.