Color Hex Logo

#dbd953 Color Hex

#DBD953
(219,217,83)
0 Favorites   0 Comments

Color spaces of #dbd953

RGB 21921783
HSL0.160.650.59
HSV59°62°86°
CMYK 0.000.010.62   0.14
XYZ55.587665.310317.8600
Yxy65.31030.40060.4707
Hunter Lab80.8148-18.646543.4673
CIE-Lab84.6434-15.672764.0425

#dbd953 color RGB value is (219,217,83).

#dbd953 hex color red value is 219, green value is 217 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #dbd953 hue: 0.16 , saturation: 0.65 and the lightness value of dbd953 is 0.59.

The process color (four color CMYK) of #dbd953 color hex is 0.00, 0.01, 0.62, 0.14. Web safe color of #dbd953 is #cccc66. Color #dbd953 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 01010011
Octal 333 331 123
Decimal 219 217 83
Hex DB D9 53

RGB Percentages of Color #dbd953

%42.20
%41.81
%15.99

CMYK Percentages of Color #dbd953

%0
%1
%62
%14

Triadic Colors of #dbd953

#dbd953 #53dbd9 #d953db

Analogous Colors of #dbd953

#dbd953 #99db53 #db9553

Monochromatic Colors of #dbd953

#dbd953

Complementary Color

#dbd953 #5355db

#dbd953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd953 Color CSS Codes

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

#dbd953 Text Font Color

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

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


#dbd953 Background Color

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

This div background color is #dbd953


#dbd953 Border Color

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

This div border color is #dbd953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd953


Comments

No comments written yet.

Please login to write comment.