#CFC96E

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

Shades of Goldenrod #CFC96E

Tints of Goldenrod #CFC96E

Color information

#CFC96E (or 0xCFC96E) is unknown color: approx Goldenrod. HEX triplet: CF, C9 and 6E. RGB value is (207,201,110). Sum of RGB (Red+Green+Blue) = 207+201+110=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 110 (43.36% from 255 or 21.24% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC96E is #303691. Grayscale: #C0C0C0. Windows color (decimal): -3159698 or 7260623. OLE color: 7260623.

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

Color convert

RGB207201110-
CMYK00.030.470.19
HSL56.29º50.26%62.16%-
HSV(B)56.29º46.86%81.18%-
XYZ49.4356.1622.99-
YUV192.4281.49138.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 201 (78.91% from 255) = 38.80%
BLUE value IS 110 (43.36% from 255) = 21.24%
R=39.96%
G=38.80%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720111000.030.470.1956.2950.2662.16
HexCFC96E032F1338323e
Octal317311156035723706276
Binary1100111111001001110111001110111110011111000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC96E; }

 p { color: rgb(207,201,110); }

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

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

 a { background-color: rgb(207,201,110); }

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

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

 span { border-color: rgb(207,201,110); }

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