#D5C071

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

Shades of Chenin #D5C071

Tints of Chenin #D5C071

Color information

#D5C071 (or 0xD5C071) is unknown color: approx Chenin. HEX triplet: D5, C0 and 71. RGB value is (213,192,113). Sum of RGB (Red+Green+Blue) = 213+192+113=518 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.12% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C071 is #2A3F8E. Grayscale: #BDBDBD. Windows color (decimal): -2768783 or 7454933. OLE color: 7454933.

HSL color Cylindrical-coordinate representation of color #D5C071: hue angle of 47.4º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5C071 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB213192113-
CMYK00.100.470.16
HSL47.4º54.35%63.92%-
HSV(B)47.4º46.95%83.53%-
XYZ49.2753.0423.26-
YUV189.2784.96144.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.12%
GREEN value IS 192 (75.39% from 255) = 37.07%
BLUE value IS 113 (44.53% from 255) = 21.81%
R=41.12%
G=37.07%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319211300.100.470.1647.454.3563.92
HexD5C0710A2F102f3640
Octal32530016101257205766100
Binary1101010111000000111000101010101111100001011111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C071; }

 p { color: rgb(213,192,113); }

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

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

 a { background-color: rgb(213,192,113); }

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

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

 span { border-color: rgb(213,192,113); }

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