#D6C774

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

Shades of Chenin #D6C774

Tints of Chenin #D6C774

Color information

#D6C774 (or 0xD6C774) is unknown color: approx Chenin. HEX triplet: D6, C7 and 74. RGB value is (214,199,116). Sum of RGB (Red+Green+Blue) = 214+199+116=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C774 is #29388B. Grayscale: #C2C2C2. Windows color (decimal): -2701452 or 7653334. OLE color: 7653334.

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

Color convert

RGB214199116-
CMYK00.070.460.16
HSL50.82º54.44%64.71%-
HSV(B)50.82º45.79%83.92%-
XYZ51.3156.424.71-
YUV194.0283.97142.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 199 (78.12% from 255) = 37.62%
BLUE value IS 116 (45.70% from 255) = 21.93%
R=40.45%
G=37.62%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419911600.070.460.1650.8254.4464.71
HexD6C774072E10333641
Octal3263071640756206366101
Binary110101101100011111101000111101110100001100111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C774; }

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

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

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

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

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

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

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

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