Color Hex Logo

#dbaf4b Color Hex

#DBAF4B
(219,175,75)
0 Favorites   0 Comments

Color spaces of #dbaf4b

RGB 21917575
HSL0.120.670.58
HSV42°66°86°
CMYK 0.000.200.66   0.14
XYZ45.813446.228013.1649
Yxy46.22800.43550.4394
Hunter Lab67.99121.291236.1137
CIE-Lab73.69325.423155.7467

#dbaf4b color RGB value is (219,175,75).

#dbaf4b hex color red value is 219, green value is 175 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #dbaf4b hue: 0.12 , saturation: 0.67 and the lightness value of dbaf4b is 0.58.

The process color (four color CMYK) of #dbaf4b color hex is 0.00, 0.20, 0.66, 0.14. Web safe color of #dbaf4b is #cc9933. Color #dbaf4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01001011
Octal 333 257 113
Decimal 219 175 75
Hex DB AF 4B

RGB Percentages of Color #dbaf4b

%46.70
%37.31
%15.99

CMYK Percentages of Color #dbaf4b

%0
%20
%66
%14

Triadic Colors of #dbaf4b

#dbaf4b #4bdbaf #af4bdb

Analogous Colors of #dbaf4b

#dbaf4b #bfdb4b #db674b

Monochromatic Colors of #dbaf4b

#dbaf4b

Complementary Color

#dbaf4b #4b77db

#dbaf4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf4b Color CSS Codes

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

#dbaf4b Text Font Color

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

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


#dbaf4b Background Color

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

This div background color is #dbaf4b


#dbaf4b Border Color

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

This div border color is #dbaf4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf4b


Comments

No comments written yet.

Please login to write comment.