Color Hex Logo

#dbc237 Color Hex

#DBC237
(219,194,55)
0 Favorites   0 Comments

Color spaces of #dbc237

RGB 21919455
HSL0.140.690.54
HSV51°75°86°
CMYK 0.000.110.75   0.14
XYZ49.194853.919511.4291
Yxy53.91950.42950.4707
Hunter Lab73.4299-8.915242.1727
CIE-Lab78.4148-5.511368.4402

#dbc237 color RGB value is (219,194,55).

#dbc237 hex color red value is 219, green value is 194 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #dbc237 hue: 0.14 , saturation: 0.69 and the lightness value of dbc237 is 0.54.

The process color (four color CMYK) of #dbc237 color hex is 0.00, 0.11, 0.75, 0.14. Web safe color of #dbc237 is #cccc33. Color #dbc237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 00110111
Octal 333 302 67
Decimal 219 194 55
Hex DB C2 37

RGB Percentages of Color #dbc237

%46.79
%41.45
%11.75

CMYK Percentages of Color #dbc237

%0
%11
%75
%14

Triadic Colors of #dbc237

#dbc237 #37dbc2 #c237db

Analogous Colors of #dbc237

#dbc237 #a2db37 #db7037

Monochromatic Colors of #dbc237

#dbc237

Complementary Color

#dbc237 #3750db

#dbc237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc237 Color CSS Codes

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

#dbc237 Text Font Color

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

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


#dbc237 Background Color

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

This div background color is #dbc237


#dbc237 Border Color

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

This div border color is #dbc237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc237


Comments

No comments written yet.

Please login to write comment.