#D5C474

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

Shades of Chenin #D5C474

Tints of Chenin #D5C474

Color information

#D5C474 (or 0xD5C474) is unknown color: approx Chenin. HEX triplet: D5, C4 and 74. RGB value is (213,196,116). Sum of RGB (Red+Green+Blue) = 213+196+116=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C474 is #2A3B8B. Grayscale: #C0C0C0. Windows color (decimal): -2767756 or 7652565. OLE color: 7652565.

HSL color Cylindrical-coordinate representation of color #D5C474: hue angle of 49.48º degrees, saturation: 0.54, 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 #D5C474 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB213196116-
CMYK00.080.460.16
HSL49.48º53.59%64.51%-
HSV(B)49.48º45.54%83.53%-
XYZ50.3354.8924.46-
YUV191.9685.13143-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 196 (76.95% from 255) = 37.33%
BLUE value IS 116 (45.70% from 255) = 22.10%
R=40.57%
G=37.33%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319611600.080.460.1649.4853.5964.51
HexD5C474082E10313641
Octal32530416401056206166101
Binary1101010111000100111010001000101110100001100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C474; }

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

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

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

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

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

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

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

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