#D7C06E

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

Shades of Chenin #D7C06E

Tints of Chenin #D7C06E

Color information

#D7C06E (or 0xD7C06E) is unknown color: approx Chenin. HEX triplet: D7, C0 and 6E. RGB value is (215,192,110). Sum of RGB (Red+Green+Blue) = 215+192+110=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C06E is #283F91. Grayscale: #BDBDBD. Windows color (decimal): -2637714 or 7258327. OLE color: 7258327.

HSL color Cylindrical-coordinate representation of color #D7C06E: hue angle of 46.86º degrees, saturation: 0.57, 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 #D7C06E is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB215192110-
CMYK00.110.490.16
HSL46.86º56.76%63.73%-
HSV(B)46.86º48.84%84.31%-
XYZ49.6953.2722.42-
YUV189.5383.12146.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.59%
GREEN value IS 192 (75.39% from 255) = 37.14%
BLUE value IS 110 (43.36% from 255) = 21.28%
R=41.59%
G=37.14%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519211000.110.490.1646.8656.7663.73
HexD7C06E0B31102f3940
Octal32730015601361205771100
Binary1101011111000000110111001011110001100001011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C06E; }

 p { color: rgb(215,192,110); }

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

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

 a { background-color: rgb(215,192,110); }

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

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

 span { border-color: rgb(215,192,110); }

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