#D2DC8C

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

Shades of Deco #D2DC8C

Tints of Deco #D2DC8C

Color information

#D2DC8C (or 0xD2DC8C) is unknown color: approx Deco. HEX triplet: D2, DC and 8C. RGB value is (210,220,140). Sum of RGB (Red+Green+Blue) = 210+220+140=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DC8C is #2D2373. Grayscale: #D0D0D0. Windows color (decimal): -2958196 or 9231570. OLE color: 9231570.

HSL color Cylindrical-coordinate representation of color #D2DC8C: hue angle of 67.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2DC8C is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB210220140-
CMYK0.0500.360.14
HSL67.5º53.33%70.59%-
HSV(B)67.5º36.36%86.27%-
XYZ56.9166.7834.7-
YUV207.8989.69129.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.84%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 140 (55.08% from 255) = 24.56%
R=36.84%
G=38.60%
B=24.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102201400.0500.360.1467.553.3370.59
HexD2DC8C5024E443547
Octal32233421450441610465107
Binary1101001011011100100011001010100100111010001001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DC8C; }

 p { color: rgb(210,220,140); }

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

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

 a { background-color: rgb(210,220,140); }

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

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

 span { border-color: rgb(210,220,140); }

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