Html Css Color HEX #CCA102 Gamboge

📋 copy color: '#CCA102'

red 204 ◦ green 161 ◦ blue 2

#CCA102
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #CCA102

Tints of Gamboge #CCA102

RGB

 RED value IS 204 (80.08% from 255) = 55.59%

 GREEN value IS 161 (63.28% from 255) = 43.87%

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 55.59%
G = 43.87%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCA102 (or 0xCCA102) is known color: Gamboge. HEX triplet: CC, A1 and 02. RGB value is (204,161,2). Sum of RGB (Red+Green+Blue) = 204+161+2=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA102 is #335EFD. Grayscale: #9C9C9C. Windows color (decimal): -3366654 or 172492. OLE color: 172492.

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

Color convert

RGB 204 161 2 -
CMYK 0 0.21 0.99 0.2
HSL 47.23º 0.98% 0.4% -
HSV(B) 47.23º 0.99% 0.8% -
XYZ 37.66 38.33 5.47 -
YUV 155.73 41.25 162.43 -
System Red Green Blue C M Y K H S L
Decimal 204 161 2 0 0.21 0.99 0.2 47.23 0.98 0.4
Hex CC A1 2 0 15 63 14 2F 62 28
Octal 314 241 2 0 25 143 24 57 142 50
Binary 11001100 10100001 10 0 10101 1100011 10100 101111 1100010 101000

Color Harmonies of #CCA102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA102

Black with #CCA102

Text Example


Text Example

White with #CCA102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA102; }

 p { color: rgb(204,161,2); }

 H1.HeaderClassName
 {
   color: #CCA102;
 }
 .AnyTagClassName
 {
   color: #CCA102;
 }
</style>

background-color css

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

 a { background-color: rgb(204,161,2); }

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

border-color css

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

 span { border-color: rgb(204,161,2); }

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