Color Hex Logo

#dbd635 Color Hex

#DBD635
(219,214,53)
0 Favorites   0 Comments

Color spaces of #dbd635

RGB 21921453
HSL0.160.700.53
HSV58°76°86°
CMYK 0.000.020.76   0.14
XYZ53.902663.410212.7666
Yxy63.41020.41440.4875
Hunter Lab79.6305-18.525246.2358
CIE-Lab83.6577-15.692673.9344

#dbd635 color RGB value is (219,214,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 00110101
Octal 333 326 65
Decimal 219 214 53
Hex DB D6 35

RGB Percentages of Color #dbd635

%45.06
%44.03
%10.91

CMYK Percentages of Color #dbd635

%0
%2
%76
%14

Triadic Colors of #dbd635

#dbd635 #35dbd6 #d635db

Analogous Colors of #dbd635

#dbd635 #8ddb35 #db8335

Monochromatic Colors of #dbd635

#dbd635

Complementary Color

#dbd635 #353adb

#dbd635 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd635 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd635 Color CSS Codes

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

#dbd635 Text Font Color

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

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


#dbd635 Background Color

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

This div background color is #dbd635


#dbd635 Border Color

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

This div border color is #dbd635


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,214,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 #dbd635">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd635


Comments

No comments written yet.

Please login to write comment.