#D5C675

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

Shades of Chenin #D5C675

Tints of Chenin #D5C675

Color information

#D5C675 (or 0xD5C675) is unknown color: approx Chenin. HEX triplet: D5, C6 and 75. RGB value is (213,198,117). Sum of RGB (Red+Green+Blue) = 213+198+117=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C675 is #2A398A. Grayscale: #C1C1C1. Windows color (decimal): -2767243 or 7718613. OLE color: 7718613.

HSL color Cylindrical-coordinate representation of color #D5C675: hue angle of 50.62º 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 #D5C675 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213198117-
CMYK00.070.450.16
HSL50.62º53.33%64.71%-
HSV(B)50.62º45.07%83.53%-
XYZ50.8555.8224.92-
YUV193.2584.97142.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 198 (77.73% from 255) = 37.5%
BLUE value IS 117 (46.09% from 255) = 22.16%
R=40.34%
G=37.5%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319811700.070.450.1650.6253.3364.71
HexD5C675072D10333541
Octal3253061650755206365101
Binary110101011100011011101010111101101100001100111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C675; }

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

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

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

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

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

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

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

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