#D5C469

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

Shades of Chenin #D5C469

Tints of Chenin #D5C469

Color information

#D5C469 (or 0xD5C469) is unknown color: approx Chenin. HEX triplet: D5, C4 and 69. RGB value is (213,196,105). Sum of RGB (Red+Green+Blue) = 213+196+105=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C469 is #2A3B96. Grayscale: #BFBFBF. Windows color (decimal): -2767767 or 6931669. OLE color: 6931669.

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

Color convert

RGB213196105-
CMYK00.080.510.16
HSL50.56º56.25%62.35%-
HSV(B)50.56º50.7%83.53%-
XYZ49.7354.6521.29-
YUV190.7179.63143.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 196 (76.95% from 255) = 38.13%
BLUE value IS 105 (41.41% from 255) = 20.43%
R=41.44%
G=38.13%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319610500.080.510.1650.5656.2562.35
HexD5C46908331033383e
Octal3253041510106320637076
Binary110101011100010011010010100011001110000110011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C469; }

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

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

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

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

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

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

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

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