Html Css Color HEX #CCA700 Gamboge

📋 copy color: '#CCA700'

red 204 ◦ green 167 ◦ blue 0

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

Shades of Gamboge #CCA700

Tints of Gamboge #CCA700

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.99%
G = 45.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CCA700 (or 0xCCA700) is known color: Gamboge. HEX triplet: CC, A7 and 00. RGB value is (204,167,0). Sum of RGB (Red+Green+Blue) = 204+167+0=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA700 is #3358FF. Grayscale: #9F9F9F. Windows color (decimal): -3365120 or 42956. OLE color: 42956.

HSL color Cylindrical-coordinate representation of color #CCA700: hue angle of 49.12º 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 #CCA700 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 167 0 -
CMYK 0 0.18 1 0.2
HSL 49.12º 1% 0.4% -
HSV(B) 49.12º 1% 0.8% -
XYZ 38.72 40.47 5.77 -
YUV 159.03 38.26 160.08 -
System Red Green Blue C M Y K H S L
Decimal 204 167 0 0 0.18 1 0.2 49.12 1 0.4
Hex CC A7 0 0 12 64 14 31 64 28
Octal 314 247 0 0 22 144 24 61 144 50
Binary 11001100 10100111 0 0 10010 1100100 10100 110001 1100100 101000

Color Harmonies of #CCA700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA700

Black with #CCA700

Text Example


Text Example

White with #CCA700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA700; }

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

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

background-color css

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

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

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

border-color css

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

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

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