#D2D681

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

Shades of Deco #D2D681

Tints of Deco #D2D681

Color information

#D2D681 (or 0xD2D681) is unknown color: approx Deco. HEX triplet: D2, D6 and 81. RGB value is (210,214,129). Sum of RGB (Red+Green+Blue) = 210+214+129=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D681 is #2D297E. Grayscale: #CBCBCB. Windows color (decimal): -2959743 or 8509138. OLE color: 8509138.

HSL color Cylindrical-coordinate representation of color #D2D681: hue angle of 62.82º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2D681 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB210214129-
CMYK0.0200.400.16
HSL62.82º50.9%67.25%-
HSV(B)62.82º39.72%83.92%-
XYZ54.5963.3830.13-
YUV203.1186.17132.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.97%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 129 (50.78% from 255) = 23.33%
R=37.97%
G=38.70%
B=23.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102141290.0200.400.1662.8250.967.25
HexD2D6812028103f3343
Octal3223262012050207763103
Binary110100101101011010000001100101000100001111111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D681; }

 p { color: rgb(210,214,129); }

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

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

 a { background-color: rgb(210,214,129); }

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

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

 span { border-color: rgb(210,214,129); }

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