#D2D382

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

Shades of Deco #D2D382

Tints of Deco #D2D382

Color information

#D2D382 (or 0xD2D382) is unknown color: approx Deco. HEX triplet: D2, D3 and 82. RGB value is (210,211,130). Sum of RGB (Red+Green+Blue) = 210+211+130=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D382 is #2D2C7D. Grayscale: #C9C9C9. Windows color (decimal): -2960510 or 8573906. OLE color: 8573906.

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

Color convert

RGB210211130-
CMYK0.0000.380.17
HSL60.74º47.93%66.86%-
HSV(B)60.74º38.39%82.75%-
XYZ53.961.930.23-
YUV201.4787.67134.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 211 (82.81% from 255) = 38.29%
BLUE value IS 130 (51.17% from 255) = 23.59%
R=38.11%
G=38.29%
B=23.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2102111300.0000.380.1760.7447.9366.86
HexD2D3820026113d3043
Octal3223232020046217560103
Binary11010010110100111000001000100110100011111011100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D382; }

 p { color: rgb(210,211,130); }

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

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

 a { background-color: rgb(210,211,130); }

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

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

 span { border-color: rgb(210,211,130); }

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