Color Hex Logo

#dbbd63 Color Hex

#DBBD63
(219,189,99)
0 Favorites   0 Comments

Color spaces of #dbbd63

RGB 21918999
HSL0.130.630.62
HSV45°55°86°
CMYK 0.000.140.55   0.14
XYZ49.663152.356119.2926
Yxy52.35610.40940.4316
Hunter Lab72.3575-4.110934.8418
CIE-Lab77.4933-0.269648.8624

#dbbd63 color RGB value is (219,189,99).

#dbbd63 hex color red value is 219, green value is 189 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #dbbd63 hue: 0.13 , saturation: 0.63 and the lightness value of dbbd63 is 0.62.

The process color (four color CMYK) of #dbbd63 color hex is 0.00, 0.14, 0.55, 0.14. Web safe color of #dbbd63 is #cccc66. Color #dbbd63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111101 01100011
Octal 333 275 143
Decimal 219 189 99
Hex DB BD 63

RGB Percentages of Color #dbbd63

%43.20
%37.28
%19.53

CMYK Percentages of Color #dbbd63

%0
%14
%55
%14

Triadic Colors of #dbbd63

#dbbd63 #63dbbd #bd63db

Analogous Colors of #dbbd63

#dbbd63 #bddb63 #db8163

Monochromatic Colors of #dbbd63

#dbbd63

Complementary Color

#dbbd63 #6381db

#dbbd63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbd63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbd63 Color CSS Codes

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

#dbbd63 Text Font Color

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

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


#dbbd63 Background Color

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

This div background color is #dbbd63


#dbbd63 Border Color

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

This div border color is #dbbd63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbd63


Comments

No comments written yet.

Please login to write comment.