Color Hex Logo

#dba24f Color Hex

#DBA24F
(219,162,79)
0 Favorites   0 Comments

Color spaces of #dba24f

RGB 21916279
HSL0.100.660.58
HSV36°64°86°
CMYK 0.000.260.64   0.14
XYZ43.545041.465213.1057
Yxy41.46520.44380.4226
Hunter Lab64.39358.019033.0084
CIE-Lab70.500612.604250.3906

#dba24f color RGB value is (219,162,79).

#dba24f hex color red value is 219, green value is 162 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dba24f hue: 0.10 , saturation: 0.66 and the lightness value of dba24f is 0.58.

The process color (four color CMYK) of #dba24f color hex is 0.00, 0.26, 0.64, 0.14. Web safe color of #dba24f is #cc9966. Color #dba24f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100010 01001111
Octal 333 242 117
Decimal 219 162 79
Hex DB A2 4F

RGB Percentages of Color #dba24f

%47.61
%35.22
%17.17

CMYK Percentages of Color #dba24f

%0
%26
%64
%14

Triadic Colors of #dba24f

#dba24f #4fdba2 #a24fdb

Analogous Colors of #dba24f

#dba24f #cedb4f #db5c4f

Monochromatic Colors of #dba24f

#dba24f

Complementary Color

#dba24f #4f88db

#dba24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba24f Color CSS Codes

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

#dba24f Text Font Color

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

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


#dba24f Background Color

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

This div background color is #dba24f


#dba24f Border Color

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

This div border color is #dba24f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba24f


Comments

No comments written yet.

Please login to write comment.