#cfc76c

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

Shades of Chenin #CFC76C

Tints of Chenin #CFC76C

Color information

#CFC76C (or 0xCFC76C) is unknown color: approx Chenin. HEX triplet: CF, C7 and 6C. RGB value is (207,199,108). Sum of RGB (Red+Green+Blue) = 207+199+108=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC76C is #303893. Grayscale: #BFBFBF. Windows color (decimal): -3160212 or 7129039. OLE color: 7129039.

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

Color convert

RGB207199108-
CMYK00.040.480.19
HSL55.15º50.77%61.76%-
HSV(B)55.15º47.83%81.18%-
XYZ48.8655.1922.27-
YUV191.0281.15139.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 199 (78.12% from 255) = 38.72%
BLUE value IS 108 (42.58% from 255) = 21.01%
R=40.27%
G=38.72%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719910800.040.480.1955.1550.7761.76
HexCFC76C04301337333e
Octal317307154046023676376
Binary11001111110001111101100010011000010011110111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfc76c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfc76c; }

 p { color: rgb(207,199,108); }

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

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

 a { background-color: rgb(207,199,108); }

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

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

 span { border-color: rgb(207,199,108); }

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