#CFCC6C

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

Shades of Goldenrod #CFCC6C

Tints of Goldenrod #CFCC6C

Color information

#CFCC6C (or 0xCFCC6C) is unknown color: approx Goldenrod. HEX triplet: CF, CC and 6C. RGB value is (207,204,108). Sum of RGB (Red+Green+Blue) = 207+204+108=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFCC6C is #303393. Grayscale: #C2C2C2. Windows color (decimal): -3158932 or 7130319. OLE color: 7130319.

HSL color Cylindrical-coordinate representation of color #CFCC6C: hue angle of 58.18º 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 #CFCC6C is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB207204108-
CMYK00.010.480.19
HSL58.18º50.77%61.76%-
HSV(B)58.18º47.83%81.18%-
XYZ50.0357.5322.66-
YUV193.9579.49137.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 204 (80.08% from 255) = 39.31%
BLUE value IS 108 (42.58% from 255) = 20.81%
R=39.88%
G=39.31%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720410800.010.480.1958.1850.7761.76
HexCFCC6C0130133a333e
Octal317314154016023726376
Binary110011111100110011011000111000010011111010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCC6C; }

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

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

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

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

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

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

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

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