#CCA500

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

Shades of Gamboge #CCA500

Tints of Gamboge #CCA500

Color information

#CCA500 (or 0xCCA500) is unknown color: approx Gamboge. HEX triplet: CC, A5 and 00. RGB value is (204,165,0). Sum of RGB (Red+Green+Blue) = 204+165+0=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA500 is #335AFF. Grayscale: #9E9E9E. Windows color (decimal): -3365632 or 42444. OLE color: 42444.

HSL color Cylindrical-coordinate representation of color #CCA500: hue angle of 48.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCA500 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB2041650-
CMYK00.1910.2
HSL48.53º100%40%-
HSV(B)48.53º100%80%-
XYZ38.3639.755.65-
YUV157.8538.92160.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.28%
GREEN value IS 165 (64.84% from 255) = 44.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.28%
G=44.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204165000.1910.248.5310040
HexCCA500136414316428
Octal3142450023144246114450
Binary110011001010010100100111100100101001100011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA500; }

 p { color: rgb(204,165,0); }

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

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

 a { background-color: rgb(204,165,0); }

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

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

 span { border-color: rgb(204,165,0); }

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