#D5C571

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

Shades of Chenin #D5C571

Tints of Chenin #D5C571

Color information

#D5C571 (or 0xD5C571) is unknown color: approx Chenin. HEX triplet: D5, C5 and 71. RGB value is (213,197,113). Sum of RGB (Red+Green+Blue) = 213+197+113=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 197 (77.34% from 255 or 37.67% from 523); Blue value is 113 (44.53% from 255 or 21.61% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C571 is #2A3A8E. Grayscale: #C0C0C0. Windows color (decimal): -2767503 or 7456213. OLE color: 7456213.

HSL color Cylindrical-coordinate representation of color #D5C571: hue angle of 50.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 #D5C571 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB213197113-
CMYK00.080.470.16
HSL50.4º54.35%63.92%-
HSV(B)50.4º46.95%83.53%-
XYZ50.3955.2723.64-
YUV192.2183.3142.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 197 (77.34% from 255) = 37.67%
BLUE value IS 113 (44.53% from 255) = 21.61%
R=40.73%
G=37.67%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319711300.080.470.1650.454.3563.92
HexD5C571082F10323640
Octal32530516101057206266100
Binary1101010111000101111000101000101111100001100101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C571; }

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

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

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

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

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

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

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

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