#D6C76E

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

Shades of Chenin #D6C76E

Tints of Chenin #D6C76E

Color information

#D6C76E (or 0xD6C76E) is unknown color: approx Chenin. HEX triplet: D6, C7 and 6E. RGB value is (214,199,110). Sum of RGB (Red+Green+Blue) = 214+199+110=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C76E is #293891. Grayscale: #C1C1C1. Windows color (decimal): -2701458 or 7260118. OLE color: 7260118.

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

Color convert

RGB214199110-
CMYK00.070.490.16
HSL51.35º55.91%63.53%-
HSV(B)51.35º48.6%83.92%-
XYZ50.9756.2722.93-
YUV193.3480.97142.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.92%
GREEN value IS 199 (78.12% from 255) = 38.05%
BLUE value IS 110 (43.36% from 255) = 21.03%
R=40.92%
G=38.05%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419911000.070.490.1651.3555.9163.53
HexD6C76E073110333840
Octal3263071560761206370100
Binary110101101100011111011100111110001100001100111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C76E; }

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

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

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

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

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

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

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

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