#CFCA6F

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

Shades of Goldenrod #CFCA6F

Tints of Goldenrod #CFCA6F

Color information

#CFCA6F (or 0xCFCA6F) is unknown color: approx Goldenrod. HEX triplet: CF, CA and 6F. RGB value is (207,202,111). Sum of RGB (Red+Green+Blue) = 207+202+111=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCA6F is #303590. Grayscale: #C1C1C1. Windows color (decimal): -3159441 or 7326415. OLE color: 7326415.

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

Color convert

RGB207202111-
CMYK00.020.460.19
HSL56.88º50%62.35%-
HSV(B)56.88º46.38%81.18%-
XYZ49.7256.6523.35-
YUV193.1281.66137.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.81%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 111 (43.75% from 255) = 21.35%
R=39.81%
G=38.85%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720211100.020.460.1956.885062.35
HexCFCA6F022E1339323e
Octal317312157025623716276
Binary1100111111001010110111101010111010011111001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCA6F; }

 p { color: rgb(207,202,111); }

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

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

 a { background-color: rgb(207,202,111); }

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

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

 span { border-color: rgb(207,202,111); }

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