#D7C170

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

Shades of Chenin #D7C170

Tints of Chenin #D7C170

Color information

#D7C170 (or 0xD7C170) is unknown color: approx Chenin. HEX triplet: D7, C1 and 70. RGB value is (215,193,112). Sum of RGB (Red+Green+Blue) = 215+193+112=520 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.35% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C170 is #283E8F. Grayscale: #BEBEBE. Windows color (decimal): -2637456 or 7389655. OLE color: 7389655.

HSL color Cylindrical-coordinate representation of color #D7C170: hue angle of 47.18º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7C170 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB215193112-
CMYK00.100.480.16
HSL47.18º56.28%64.12%-
HSV(B)47.18º47.91%84.31%-
XYZ50.0253.7623.07-
YUV190.3483.79145.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.35%
GREEN value IS 193 (75.78% from 255) = 37.12%
BLUE value IS 112 (44.14% from 255) = 21.54%
R=41.35%
G=37.12%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519311200.100.480.1647.1856.2864.12
HexD7C1700A30102f3840
Octal32730116001260205770100
Binary1101011111000001111000001010110000100001011111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C170; }

 p { color: rgb(215,193,112); }

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

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

 a { background-color: rgb(215,193,112); }

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

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

 span { border-color: rgb(215,193,112); }

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