#D2C670

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

Shades of Chenin #D2C670

Tints of Chenin #D2C670

Color information

#D2C670 (or 0xD2C670) is unknown color: approx Chenin. HEX triplet: D2, C6 and 70. RGB value is (210,198,112). Sum of RGB (Red+Green+Blue) = 210+198+112=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C670 is #2D398F. Grayscale: #C0C0C0. Windows color (decimal): -2963856 or 7390930. OLE color: 7390930.

HSL color Cylindrical-coordinate representation of color #D2C670: hue angle of 52.65º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D2C670 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB210198112-
CMYK00.060.470.18
HSL52.65º52.13%63.14%-
HSV(B)52.65º46.67%82.35%-
XYZ49.755.2623.38-
YUV191.7882.98140.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.38%
GREEN value IS 198 (77.73% from 255) = 38.08%
BLUE value IS 112 (44.14% from 255) = 21.54%
R=40.38%
G=38.08%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019811200.060.470.1852.6552.1363.14
HexD2C670062F1235343f
Octal322306160065722656477
Binary11010010110001101110000011010111110010110101110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C670; }

 p { color: rgb(210,198,112); }

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

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

 a { background-color: rgb(210,198,112); }

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

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

 span { border-color: rgb(210,198,112); }

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