#D2DF8A

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

Shades of Deco #D2DF8A

Tints of Deco #D2DF8A

Color information

#D2DF8A (or 0xD2DF8A) is unknown color: approx Deco. HEX triplet: D2, DF and 8A. RGB value is (210,223,138). Sum of RGB (Red+Green+Blue) = 210+223+138=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 223 (87.5% from 255 or 39.05% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DF8A is #2D2075. Grayscale: #D1D1D1. Windows color (decimal): -2957430 or 9101266. OLE color: 9101266.

HSL color Cylindrical-coordinate representation of color #D2DF8A: hue angle of 69.18º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2DF8A is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB210223138-
CMYK0.0600.380.13
HSL69.18º57.05%70.78%-
HSV(B)69.18º38.12%87.45%-
XYZ57.5568.3134.2-
YUV209.4287.69128.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 223 (87.5% from 255) = 39.05%
BLUE value IS 138 (54.30% from 255) = 24.17%
R=36.78%
G=39.05%
B=24.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102231380.0600.380.1369.1857.0570.78
HexD2DF8A6026D453947
Octal32233721260461510571107
Binary1101001011011111100010101100100110110110001011110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DF8A; }

 p { color: rgb(210,223,138); }

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

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

 a { background-color: rgb(210,223,138); }

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

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

 span { border-color: rgb(210,223,138); }

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