Color Hex Logo

#dbd755 Color Hex

#DBD755
(219,215,85)
0 Favorites   0 Comments

Color spaces of #dbd755

RGB 21921585
HSL0.160.650.60
HSV58°61°86°
CMYK 0.000.020.61   0.14
XYZ55.153564.316818.1018
Yxy64.31680.40090.4675
Hunter Lab80.1978-17.588342.7558
CIE-Lab84.1304-14.553062.6662

#dbd755 color RGB value is (219,215,85).

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

The process color (four color CMYK) of #dbd755 color hex is 0.00, 0.02, 0.61, 0.14. Web safe color of #dbd755 is #cccc66. Color #dbd755 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 01010101
Octal 333 327 125
Decimal 219 215 85
Hex DB D7 55

RGB Percentages of Color #dbd755

%42.20
%41.43
%16.38

CMYK Percentages of Color #dbd755

%0
%2
%61
%14

Triadic Colors of #dbd755

#dbd755 #55dbd7 #d755db

Analogous Colors of #dbd755

#dbd755 #9cdb55 #db9455

Monochromatic Colors of #dbd755

#dbd755

Complementary Color

#dbd755 #5559db

#dbd755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd755 Color CSS Codes

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

#dbd755 Text Font Color

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

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


#dbd755 Background Color

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

This div background color is #dbd755


#dbd755 Border Color

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

This div border color is #dbd755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd755


Comments

No comments written yet.

Please login to write comment.