#D5C96F

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

Shades of Chenin #D5C96F

Tints of Chenin #D5C96F

Color information

#D5C96F (or 0xD5C96F) is unknown color: approx Chenin. HEX triplet: D5, C9 and 6F. RGB value is (213,201,111). Sum of RGB (Red+Green+Blue) = 213+201+111=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 201 (78.91% from 255 or 38.29% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C96F is #2A3690. Grayscale: #C2C2C2. Windows color (decimal): -2766481 or 7326165. OLE color: 7326165.

HSL color Cylindrical-coordinate representation of color #D5C96F: hue angle of 52.94º degrees, saturation: 0.55, 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 #D5C96F is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213201111-
CMYK00.060.480.16
HSL52.94º54.84%63.53%-
HSV(B)52.94º47.89%83.53%-
XYZ51.257.0723.36-
YUV194.3380.98141.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 201 (78.91% from 255) = 38.29%
BLUE value IS 111 (43.75% from 255) = 21.14%
R=40.57%
G=38.29%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320111100.060.480.1652.9454.8463.53
HexD5C96F063010353740
Octal3253111570660206567100
Binary110101011100100111011110110110000100001101011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C96F; }

 p { color: rgb(213,201,111); }

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

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

 a { background-color: rgb(213,201,111); }

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

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

 span { border-color: rgb(213,201,111); }

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