Color Hex Logo

#dbd235 Color Hex

#DBD235
(219,210,53)
0 Favorites   0 Comments

Color spaces of #dbd235

RGB 21921053
HSL0.160.700.53
HSV57°76°86°
CMYK 0.000.040.76   0.14
XYZ52.902661.410312.4333
Yxy61.41030.41740.4845
Hunter Lab78.3647-16.636245.4484
CIE-Lab82.5988-13.703672.9681

#dbd235 color RGB value is (219,210,53).

#dbd235 hex color red value is 219, green value is 210 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dbd235 hue: 0.16 , saturation: 0.70 and the lightness value of dbd235 is 0.53.

The process color (four color CMYK) of #dbd235 color hex is 0.00, 0.04, 0.76, 0.14. Web safe color of #dbd235 is #cccc33. Color #dbd235 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 00110101
Octal 333 322 65
Decimal 219 210 53
Hex DB D2 35

RGB Percentages of Color #dbd235

%45.44
%43.57
%11.00

CMYK Percentages of Color #dbd235

%0
%4
%76
%14

Triadic Colors of #dbd235

#dbd235 #35dbd2 #d235db

Analogous Colors of #dbd235

#dbd235 #91db35 #db7f35

Monochromatic Colors of #dbd235

#dbd235

Complementary Color

#dbd235 #353edb

#dbd235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd235 Color CSS Codes

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

#dbd235 Text Font Color

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

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


#dbd235 Background Color

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

This div background color is #dbd235


#dbd235 Border Color

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

This div border color is #dbd235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd235


Comments

No comments written yet.

Please login to write comment.