Color Hex Logo

#dbb45d Color Hex

#DBB45D
(219,180,93)
0 Favorites   0 Comments

Color spaces of #dbb45d

RGB 21918093
HSL0.120.640.61
HSV41°58°86°
CMYK 0.000.180.58   0.14
XYZ47.510548.492917.2119
Yxy48.49290.41960.4283
Hunter Lab69.6368-0.080934.0913
CIE-Lab75.13483.991848.9889

#dbb45d color RGB value is (219,180,93).

#dbb45d hex color red value is 219, green value is 180 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dbb45d hue: 0.12 , saturation: 0.64 and the lightness value of dbb45d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110100 01011101
Octal 333 264 135
Decimal 219 180 93
Hex DB B4 5D

RGB Percentages of Color #dbb45d

%44.51
%36.59
%18.90

CMYK Percentages of Color #dbb45d

%0
%18
%58
%14

Triadic Colors of #dbb45d

#dbb45d #5ddbb4 #b45ddb

Analogous Colors of #dbb45d

#dbb45d #c3db5d #db755d

Monochromatic Colors of #dbb45d

#dbb45d

Complementary Color

#dbb45d #5d84db

#dbb45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb45d Color CSS Codes

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

#dbb45d Text Font Color

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

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


#dbb45d Background Color

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

This div background color is #dbb45d


#dbb45d Border Color

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

This div border color is #dbb45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb45d


Comments

No comments written yet.

Please login to write comment.