#CFA405

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

Shades of Gamboge #CFA405

Tints of Gamboge #CFA405

Color information

#CFA405 (or 0xCFA405) is unknown color: approx Gamboge. HEX triplet: CF, A4 and 05. RGB value is (207,164,5). Sum of RGB (Red+Green+Blue) = 207+164+5=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA405 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA405 is #305BFA. Grayscale: #9F9F9F. Windows color (decimal): -3169275 or 369871. OLE color: 369871.

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

Color convert

RGB2071645-
CMYK00.210.980.19
HSL47.23º95.28%41.57%-
HSV(B)47.23º97.58%81.18%-
XYZ39.0339.835.77-
YUV158.7341.25162.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.05%
GREEN value IS 164 (64.45% from 255) = 43.62%
BLUE value IS 5 (2.34% from 255) = 1.33%
R=55.05%
G=43.62%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.98
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207164500.210.980.1947.2395.2841.57
HexCFA4501562132f5f2a
Octal3172445025142235713752
Binary11001111101001001010101011100010100111011111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA405; }

 p { color: rgb(207,164,5); }

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

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

 a { background-color: rgb(207,164,5); }

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

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

 span { border-color: rgb(207,164,5); }

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