#D6C974

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

Shades of Chenin #D6C974

Tints of Chenin #D6C974

Color information

#D6C974 (or 0xD6C974) is unknown color: approx Chenin. HEX triplet: D6, C9 and 74. RGB value is (214,201,116). Sum of RGB (Red+Green+Blue) = 214+201+116=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C974 is #29368B. Grayscale: #C3C3C3. Windows color (decimal): -2700940 or 7653846. OLE color: 7653846.

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

Color convert

RGB214201116-
CMYK00.060.460.16
HSL52.04º54.44%64.71%-
HSV(B)52.04º45.79%83.92%-
XYZ51.7757.3324.86-
YUV195.283.31141.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 201 (78.91% from 255) = 37.85%
BLUE value IS 116 (45.70% from 255) = 21.85%
R=40.30%
G=37.85%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420111600.060.460.1652.0454.4464.71
HexD6C974062E10343641
Octal3263111640656206466101
Binary110101101100100111101000110101110100001101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C974; }

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

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

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

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

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

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

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

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