#D5DF82

Color #D5DF82 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #D5DF82

Tints of Deco #D5DF82

Color information

#D5DF82 (or 0xD5DF82) is unknown color: approx Deco. HEX triplet: D5, DF and 82. RGB value is (213,223,130). Sum of RGB (Red+Green+Blue) = 213+223+130=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DF82 is #2A207D. Grayscale: #D1D1D1. Windows color (decimal): -2760830 or 8576981. OLE color: 8576981.

HSL color Cylindrical-coordinate representation of color #D5DF82: hue angle of 66.45º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5DF82 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB213223130-
CMYK0.0400.420.13
HSL66.45º59.24%69.22%-
HSV(B)66.45º41.7%87.45%-
XYZ57.8668.5331.3-
YUV209.4183.19130.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 37.63%
GREEN value IS 223 (87.5% from 255) = 39.40%
BLUE value IS 130 (51.17% from 255) = 22.97%
R=37.63%
G=39.40%
B=22.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132231300.0400.420.1366.4559.2469.22
HexD5DF82402AD423b45
Octal32533720240521510273105
Binary1101010111011111100000101000101010110110000101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DF82; }

 p { color: rgb(213,223,130); }

 H1.HeaderClassName
 {
   color: #D5DF82;
 }
 .AnyTagClassName
 {
   color: #D5DF82;
 }
</style>
background-color css

<style>
 a { background-color: #D5DF82; }

 a { background-color: rgb(213,223,130); }

 div.DivClassName
 {
   background-color: #D5DF82;
 }
 .BgClassName
 {
   background-color: #D5DF82;
 }
</style>
border-color css

<style>
 span { border-color: #D5DF82; }

 span { border-color: rgb(213,223,130); }

 td.TdClassName
 {
   border-color: #D5DF82;
 }
 .TagClassName
 {
   border-color: #D5DF82;
 }
</style>