#D6DF82

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

Shades of Deco #D6DF82

Tints of Deco #D6DF82

Color information

#D6DF82 (or 0xD6DF82) is unknown color: approx Deco. HEX triplet: D6, DF and 82. RGB value is (214,223,130). Sum of RGB (Red+Green+Blue) = 214+223+130=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 223 (87.5% from 255 or 39.33% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DF82 is #29207D. Grayscale: #D2D2D2. Windows color (decimal): -2695294 or 8576982. OLE color: 8576982.

HSL color Cylindrical-coordinate representation of color #D6DF82: hue angle of 65.81º 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 #D6DF82 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB214223130-
CMYK0.0400.420.13
HSL65.81º59.24%69.22%-
HSV(B)65.81º41.7%87.45%-
XYZ58.1568.6831.31-
YUV209.7183.02131.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 223 (87.5% from 255) = 39.33%
BLUE value IS 130 (51.17% from 255) = 22.93%
R=37.74%
G=39.33%
B=22.93%

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
Decimal2142231300.0400.420.1365.8159.2469.22
HexD6DF82402AD423b45
Octal32633720240521510273105
Binary1101011011011111100000101000101010110110000101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DF82; }

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

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

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

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

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

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

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

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