Color Hex Logo

#dba23a Color Hex

#DBA23A
(219,162,58)
0 Favorites   0 Comments

Color spaces of #dba23a

RGB 21916258
HSL0.110.690.54
HSV39°74°86°
CMYK 0.000.260.74   0.14
XYZ42.897541.20629.6956
Yxy41.20620.45730.4393
Hunter Lab64.19216.949835.9792
CIE-Lab70.320111.462059.5175

#dba23a color RGB value is (219,162,58).

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

The process color (four color CMYK) of #dba23a color hex is 0.00, 0.26, 0.74, 0.14. Web safe color of #dba23a is #cc9933. Color #dba23a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100010 00111010
Octal 333 242 72
Decimal 219 162 58
Hex DB A2 3A

RGB Percentages of Color #dba23a

%49.89
%36.90
%13.21

CMYK Percentages of Color #dba23a

%0
%26
%74
%14

Triadic Colors of #dba23a

#dba23a #3adba2 #a23adb

Analogous Colors of #dba23a

#dba23a #c4db3a #db523a

Monochromatic Colors of #dba23a

#dba23a

Complementary Color

#dba23a #3a73db

#dba23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba23a Color CSS Codes

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

#dba23a Text Font Color

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

This sample text font color is #dba23a
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.


#dba23a Background Color

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

This div background color is #dba23a


#dba23a Border Color

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

This div border color is #dba23a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,162,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 #dba23a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba23a


Comments

No comments written yet.

Please login to write comment.