Color Hex Logo

#dbd283 Color Hex

#DBD283
(219,210,131)
0 Favorites   0 Comments

Color spaces of #dbd283

RGB 219210131
HSL0.150.550.69
HSV54°40°86°
CMYK 0.000.040.40   0.14
XYZ56.356762.791930.6225
Yxy62.79190.37630.4193
Hunter Lab79.2413-11.722632.5566
CIE-Lab83.3328-8.103940.2275

#dbd283 color RGB value is (219,210,131).

#dbd283 hex color red value is 219, green value is 210 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dbd283 hue: 0.15 , saturation: 0.55 and the lightness value of dbd283 is 0.69.

The process color (four color CMYK) of #dbd283 color hex is 0.00, 0.04, 0.40, 0.14. Web safe color of #dbd283 is #cccc99. Color #dbd283 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 10000011
Octal 333 322 203
Decimal 219 210 131
Hex DB D2 83

RGB Percentages of Color #dbd283

%39.11
%37.50
%23.39

CMYK Percentages of Color #dbd283

%0
%4
%40
%14

Triadic Colors of #dbd283

#dbd283 #83dbd2 #d283db

Analogous Colors of #dbd283

#dbd283 #b8db83 #dba683

Monochromatic Colors of #dbd283

#dbd283

Complementary Color

#dbd283 #838cdb

#dbd283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd283 Color CSS Codes

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

#dbd283 Text Font Color

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

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


#dbd283 Background Color

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

This div background color is #dbd283


#dbd283 Border Color

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

This div border color is #dbd283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd283


Comments

No comments written yet.

Please login to write comment.