Color Hex Logo

#dbc236 Color Hex

#DBC236
(219,194,54)
0 Favorites   0 Comments

Color spaces of #dbc236

RGB 21919454
HSL0.140.700.54
HSV51°75°86°
CMYK 0.000.110.75   0.14
XYZ49.171153.910011.3041
Yxy53.91000.42990.4713
Hunter Lab73.4234-8.950942.2683
CIE-Lab78.4092-5.551968.7758

#dbc236 color RGB value is (219,194,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 00110110
Octal 333 302 66
Decimal 219 194 54
Hex DB C2 36

RGB Percentages of Color #dbc236

%46.90
%41.54
%11.56

CMYK Percentages of Color #dbc236

%0
%11
%75
%14

Triadic Colors of #dbc236

#dbc236 #36dbc2 #c236db

Analogous Colors of #dbc236

#dbc236 #a2db36 #db7036

Monochromatic Colors of #dbc236

#dbc236

Complementary Color

#dbc236 #364fdb

#dbc236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc236 Color CSS Codes

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

#dbc236 Text Font Color

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

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


#dbc236 Background Color

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

This div background color is #dbc236


#dbc236 Border Color

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

This div border color is #dbc236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc236


Comments

No comments written yet.

Please login to write comment.