#D7C475

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

Shades of Chenin #D7C475

Tints of Chenin #D7C475

Color information

#D7C475 (or 0xD7C475) is unknown color: approx Chenin. HEX triplet: D7, C4 and 75. RGB value is (215,196,117). Sum of RGB (Red+Green+Blue) = 215+196+117=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C475 is #283B8A. Grayscale: #C1C1C1. Windows color (decimal): -2636683 or 7718103. OLE color: 7718103.

HSL color Cylindrical-coordinate representation of color #D7C475: hue angle of 48.37º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7C475 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB215196117-
CMYK00.090.460.16
HSL48.37º55.06%65.1%-
HSV(B)48.37º45.58%84.31%-
XYZ50.9855.2124.8-
YUV192.6885.29143.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.72%
GREEN value IS 196 (76.95% from 255) = 37.12%
BLUE value IS 117 (46.09% from 255) = 22.16%
R=40.72%
G=37.12%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519611700.090.460.1648.3755.0665.1
HexD7C475092E10303741
Octal32730416501156206067101
Binary1101011111000100111010101001101110100001100001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C475; }

 p { color: rgb(215,196,117); }

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

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

 a { background-color: rgb(215,196,117); }

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

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

 span { border-color: rgb(215,196,117); }

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