#D4D982

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

Shades of Deco #D4D982

Tints of Deco #D4D982

Color information

#D4D982 (or 0xD4D982) is unknown color: approx Deco. HEX triplet: D4, D9 and 82. RGB value is (212,217,130). Sum of RGB (Red+Green+Blue) = 212+217+130=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D982 is #2B267D. Grayscale: #CDCDCD. Windows color (decimal): -2827902 or 8575444. OLE color: 8575444.

HSL color Cylindrical-coordinate representation of color #D4D982: hue angle of 63.45º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4D982 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB212217130-
CMYK0.0200.400.15
HSL63.45º53.37%68.04%-
HSV(B)63.45º40.09%85.1%-
XYZ55.9965.2330.76-
YUV205.5985.34132.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 217 (85.16% from 255) = 38.82%
BLUE value IS 130 (51.17% from 255) = 23.26%
R=37.92%
G=38.82%
B=23.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122171300.0200.400.1563.4553.3768.04
HexD4D9822028F3f3544
Octal3243312022050177765104
Binary11010100110110011000001010010100011111111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D982; }

 p { color: rgb(212,217,130); }

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

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

 a { background-color: rgb(212,217,130); }

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

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

 span { border-color: rgb(212,217,130); }

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