#D0D484

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

Shades of Deco #D0D484

Tints of Deco #D0D484

Color information

#D0D484 (or 0xD0D484) is unknown color: approx Deco. HEX triplet: D0, D4 and 84. RGB value is (208,212,132). Sum of RGB (Red+Green+Blue) = 208+212+132=552 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.68% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 132 (51.95% from 255 or 23.91% from 552); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D484 is #2F2B7B. Grayscale: #CACACA. Windows color (decimal): -3091324 or 8705232. OLE color: 8705232.

HSL color Cylindrical-coordinate representation of color #D0D484: hue angle of 63º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0D484 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB208212132-
CMYK0.0200.380.17
HSL63º48.19%67.45%-
HSV(B)63º37.74%83.14%-
XYZ53.7262.1631-
YUV201.6888.67132.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.68%
GREEN value IS 212 (83.20% from 255) = 38.41%
BLUE value IS 132 (51.95% from 255) = 23.91%
R=37.68%
G=38.41%
B=23.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082121320.0200.380.176348.1967.45
HexD0D4842026113f3043
Octal3203242042046217760103
Binary110100001101010010000100100100110100011111111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D484; }

 p { color: rgb(208,212,132); }

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

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

 a { background-color: rgb(208,212,132); }

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

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

 span { border-color: rgb(208,212,132); }

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