Color Hex Logo

#dbb23e Color Hex

#DBB23E
(219,178,62)
0 Favorites   0 Comments

Color spaces of #dbb23e

RGB 21917862
HSL0.120.690.55
HSV44°72°86°
CMYK 0.000.190.72   0.14
XYZ46.003347.248711.2527
Yxy47.24870.44020.4521
Hunter Lab68.7377-0.828338.4103
CIE-Lab74.34863.139361.9174

#dbb23e color RGB value is (219,178,62).

#dbb23e hex color red value is 219, green value is 178 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dbb23e hue: 0.12 , saturation: 0.69 and the lightness value of dbb23e is 0.55.

The process color (four color CMYK) of #dbb23e color hex is 0.00, 0.19, 0.72, 0.14. Web safe color of #dbb23e is #cc9933. Color #dbb23e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110010 00111110
Octal 333 262 76
Decimal 219 178 62
Hex DB B2 3E

RGB Percentages of Color #dbb23e

%47.71
%38.78
%13.51

CMYK Percentages of Color #dbb23e

%0
%19
%72
%14

Triadic Colors of #dbb23e

#dbb23e #3edbb2 #b23edb

Analogous Colors of #dbb23e

#dbb23e #b6db3e #db633e

Monochromatic Colors of #dbb23e

#dbb23e

Complementary Color

#dbb23e #3e67db

#dbb23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb23e Color CSS Codes

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

#dbb23e Text Font Color

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

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


#dbb23e Background Color

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

This div background color is #dbb23e


#dbb23e Border Color

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

This div border color is #dbb23e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb23e

#dbb23e Color Palettes


Comments

No comments written yet.

Please login to write comment.