#D5C475

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

Shades of Chenin #D5C475

Tints of Chenin #D5C475

Color information

#D5C475 (or 0xD5C475) is unknown color: approx Chenin. HEX triplet: D5, C4 and 75. RGB value is (213,196,117). Sum of RGB (Red+Green+Blue) = 213+196+117=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 117 (46.09% from 255 or 22.24% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C475 is #2A3B8A. Grayscale: #C0C0C0. Windows color (decimal): -2767755 or 7718101. OLE color: 7718101.

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

Color convert

RGB213196117-
CMYK00.080.450.16
HSL49.38º53.33%64.71%-
HSV(B)49.38º45.07%83.53%-
XYZ50.3954.9124.77-
YUV192.0885.63142.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 196 (76.95% from 255) = 37.26%
BLUE value IS 117 (46.09% from 255) = 22.24%
R=40.49%
G=37.26%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319611700.080.450.1649.3853.3364.71
HexD5C475082D10313541
Octal32530416501055206165101
Binary1101010111000100111010101000101101100001100011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C475; }

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

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

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

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

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

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

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

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