#D0C76D

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

Shades of Chenin #D0C76D

Tints of Chenin #D0C76D

Color information

#D0C76D (or 0xD0C76D) is unknown color: approx Chenin. HEX triplet: D0, C7 and 6D. RGB value is (208,199,109). Sum of RGB (Red+Green+Blue) = 208+199+109=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 199 (78.12% from 255 or 38.57% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C76D is #2F3892. Grayscale: #BFBFBF. Windows color (decimal): -3094675 or 7194576. OLE color: 7194576.

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

Color convert

RGB208199109-
CMYK00.040.480.18
HSL54.55º51.3%62.16%-
HSV(B)54.55º47.6%81.57%-
XYZ49.255.3622.56-
YUV191.4381.48139.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.31%
GREEN value IS 199 (78.12% from 255) = 38.57%
BLUE value IS 109 (42.97% from 255) = 21.12%
R=40.31%
G=38.57%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819910900.040.480.1854.5551.362.16
HexD0C76D04301237333e
Octal320307155046022676376
Binary11010000110001111101101010011000010010110111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C76D; }

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

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

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

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

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

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

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

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