#CFA60A

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

Shades of Gamboge #CFA60A

Tints of Gamboge #CFA60A

Color information

#CFA60A (or 0xCFA60A) is unknown color: approx Gamboge. HEX triplet: CF, A6 and 0A. RGB value is (207,166,10). Sum of RGB (Red+Green+Blue) = 207+166+10=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA60A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA60A is #3059F5. Grayscale: #A1A1A1. Windows color (decimal): -3168758 or 698063. OLE color: 698063.

HSL color Cylindrical-coordinate representation of color #CFA60A: hue angle of 47.51º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFA60A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB20716610-
CMYK00.200.950.19
HSL47.51º90.78%42.55%-
HSV(B)47.51º95.17%81.18%-
XYZ39.4240.566.04-
YUV160.4743.08161.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.05%
GREEN value IS 166 (65.23% from 255) = 43.34%
BLUE value IS 10 (4.30% from 255) = 2.61%
R=54.05%
G=43.34%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071661000.200.950.1947.5190.7842.55
HexCFA6A0145F13305b2b
Octal31724612024137236013353
Binary110011111010011010100101001011111100111100001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA60A; }

 p { color: rgb(207,166,10); }

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

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

 a { background-color: rgb(207,166,10); }

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

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

 span { border-color: rgb(207,166,10); }

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