#CFA50A

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

Shades of Gamboge #CFA50A

Tints of Gamboge #CFA50A

Color information

#CFA50A (or 0xCFA50A) is unknown color: approx Gamboge. HEX triplet: CF, A5 and 0A. RGB value is (207,165,10). Sum of RGB (Red+Green+Blue) = 207+165+10=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 10 (4.30% from 255 or 2.62% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA50A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA50A is #305AF5. Grayscale: #A0A0A0. Windows color (decimal): -3169014 or 697807. OLE color: 697807.

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

Color convert

RGB20716510-
CMYK00.200.950.19
HSL47.21º90.78%42.55%-
HSV(B)47.21º95.17%81.18%-
XYZ39.2440.25.98-
YUV159.8943.41161.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.19%
GREEN value IS 165 (64.84% from 255) = 43.19%
BLUE value IS 10 (4.30% from 255) = 2.62%
R=54.19%
G=43.19%
B=2.62%

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
Decimal2071651000.200.950.1947.2190.7842.55
HexCFA5A0145F132f5b2b
Octal31724512024137235713353
Binary110011111010010110100101001011111100111011111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA50A; }

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

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

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

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

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

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

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

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