#D2D483

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

Shades of Deco #D2D483

Tints of Deco #D2D483

Color information

#D2D483 (or 0xD2D483) is unknown color: approx Deco. HEX triplet: D2, D4 and 83. RGB value is (210,212,131). Sum of RGB (Red+Green+Blue) = 210+212+131=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D483 is #2D2B7C. Grayscale: #CACACA. Windows color (decimal): -2960253 or 8639698. OLE color: 8639698.

HSL color Cylindrical-coordinate representation of color #D2D483: hue angle of 61.48º degrees, saturation: 0.49, 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 #D2D483 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB210212131-
CMYK0.0100.380.17
HSL61.48º48.5%67.25%-
HSV(B)61.48º38.21%83.14%-
XYZ54.2262.4330.66-
YUV202.1787.84133.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 212 (83.20% from 255) = 38.34%
BLUE value IS 131 (51.56% from 255) = 23.69%
R=37.97%
G=38.34%
B=23.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2102121310.0100.380.1761.4848.567.25
HexD2D4831026113d3143
Octal3223242031046217561103
Binary11010010110101001000001110100110100011111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D483; }

 p { color: rgb(210,212,131); }

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

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

 a { background-color: rgb(210,212,131); }

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

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

 span { border-color: rgb(210,212,131); }

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