#D4DC85

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

Shades of Deco #D4DC85

Tints of Deco #D4DC85

Color information

#D4DC85 (or 0xD4DC85) is unknown color: approx Deco. HEX triplet: D4, DC and 85. RGB value is (212,220,133). Sum of RGB (Red+Green+Blue) = 212+220+133=565 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.52% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DC85 is #2B237A. Grayscale: #D0D0D0. Windows color (decimal): -2827131 or 8772820. OLE color: 8772820.

HSL color Cylindrical-coordinate representation of color #D4DC85: hue angle of 65.52º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4DC85 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB212220133-
CMYK0.0400.400.14
HSL65.52º55.41%69.22%-
HSV(B)65.52º39.55%86.27%-
XYZ56.9866.8832.1-
YUV207.6985.85131.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.52%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 133 (52.34% from 255) = 23.54%
R=37.52%
G=38.94%
B=23.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122201330.0400.400.1465.5255.4169.22
HexD4DC854028E423745
Octal32433420540501610267105
Binary1101010011011100100001011000101000111010000101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DC85; }

 p { color: rgb(212,220,133); }

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

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

 a { background-color: rgb(212,220,133); }

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

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

 span { border-color: rgb(212,220,133); }

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