Color Hex Logo

#dba935 Color Hex

#DBA935
(219,169,53)
0 Favorites   0 Comments

Color spaces of #dba935

RGB 21916953
HSL0.120.700.53
HSV42°76°86°
CMYK 0.000.230.76   0.14
XYZ44.044043.69309.4804
Yxy43.69300.45300.4494
Hunter Lab66.10073.261437.7669
CIE-Lab72.02287.509863.1189

#dba935 color RGB value is (219,169,53).

#dba935 hex color red value is 219, green value is 169 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dba935 hue: 0.12 , saturation: 0.70 and the lightness value of dba935 is 0.53.

The process color (four color CMYK) of #dba935 color hex is 0.00, 0.23, 0.76, 0.14. Web safe color of #dba935 is #cc9933. Color #dba935 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 00110101
Octal 333 251 65
Decimal 219 169 53
Hex DB A9 35

RGB Percentages of Color #dba935

%49.66
%38.32
%12.02

CMYK Percentages of Color #dba935

%0
%23
%76
%14

Triadic Colors of #dba935

#dba935 #35dba9 #a935db

Analogous Colors of #dba935

#dba935 #badb35 #db5635

Monochromatic Colors of #dba935

#dba935

Complementary Color

#dba935 #3567db

#dba935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba935 Color CSS Codes

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

#dba935 Text Font Color

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

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


#dba935 Background Color

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

This div background color is #dba935


#dba935 Border Color

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

This div border color is #dba935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba935


Comments

No comments written yet.

Please login to write comment.