#D6C775

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

Shades of Chenin #D6C775

Tints of Chenin #D6C775

Color information

#D6C775 (or 0xD6C775) is unknown color: approx Chenin. HEX triplet: D6, C7 and 75. RGB value is (214,199,117). Sum of RGB (Red+Green+Blue) = 214+199+117=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C775 is #29388A. Grayscale: #C2C2C2. Windows color (decimal): -2701451 or 7718870. OLE color: 7718870.

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

Color convert

RGB214199117-
CMYK00.070.450.16
HSL50.72º54.19%64.9%-
HSV(B)50.72º45.33%83.92%-
XYZ51.3756.4325.01-
YUV194.1484.47142.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 199 (78.12% from 255) = 37.55%
BLUE value IS 117 (46.09% from 255) = 22.08%
R=40.38%
G=37.55%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419911700.070.450.1650.7254.1964.9
HexD6C775072D10333641
Octal3263071650755206366101
Binary110101101100011111101010111101101100001100111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C775; }

 p { color: rgb(214,199,117); }

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

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

 a { background-color: rgb(214,199,117); }

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

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

 span { border-color: rgb(214,199,117); }

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