Color Hex Logo

#dbaf48 Color Hex

#DBAF48
(219,175,72)
0 Favorites   0 Comments

Color spaces of #dbaf48

RGB 21917572
HSL0.120.670.57
HSV42°67°86°
CMYK 0.000.200.67   0.14
XYZ45.713146.187912.6367
Yxy46.18790.43730.4418
Hunter Lab67.96171.131636.5489
CIE-Lab73.66735.248657.0427

#dbaf48 color RGB value is (219,175,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101111 01001000
Octal 333 257 110
Decimal 219 175 72
Hex DB AF 48

RGB Percentages of Color #dbaf48

%47.00
%37.55
%15.45

CMYK Percentages of Color #dbaf48

%0
%20
%67
%14

Triadic Colors of #dbaf48

#dbaf48 #48dbaf #af48db

Analogous Colors of #dbaf48

#dbaf48 #bedb48 #db6648

Monochromatic Colors of #dbaf48

#dbaf48

Complementary Color

#dbaf48 #4874db

#dbaf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbaf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbaf48 Color CSS Codes

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

#dbaf48 Text Font Color

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

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


#dbaf48 Background Color

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

This div background color is #dbaf48


#dbaf48 Border Color

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

This div border color is #dbaf48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbaf48

#dbaf48 Color Palettes


Comments

No comments written yet.

Please login to write comment.