#D0C76E

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

Shades of Chenin #D0C76E

Tints of Chenin #D0C76E

Color information

#D0C76E (or 0xD0C76E) is unknown color: approx Chenin. HEX triplet: D0, C7 and 6E. RGB value is (208,199,110). Sum of RGB (Red+Green+Blue) = 208+199+110=517 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.23% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C76E is #2F3891. Grayscale: #BFBFBF. Windows color (decimal): -3094674 or 7260112. OLE color: 7260112.

HSL color Cylindrical-coordinate representation of color #D0C76E: hue angle of 54.49º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0C76E is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB208199110-
CMYK00.040.470.18
HSL54.49º51.04%62.35%-
HSV(B)54.49º47.12%81.57%-
XYZ49.2555.3822.85-
YUV191.5481.98139.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.23%
GREEN value IS 199 (78.12% from 255) = 38.49%
BLUE value IS 110 (43.36% from 255) = 21.28%
R=40.23%
G=38.49%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819911000.040.470.1854.4951.0462.35
HexD0C76E042F1236333e
Octal320307156045722666376
Binary11010000110001111101110010010111110010110110110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C76E; }

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

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

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

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

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

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

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

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