Html Css Color HEX #CCA011 Buddha Gold

📋 copy color: '#CCA011'

red 204 ◦ green 160 ◦ blue 17

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

Shades of Buddha Gold #CCA011

Tints of Buddha Gold #CCA011

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.99%

 BLUE value IS 17 (7.03% from 255) = 4.46%

R = 53.54%
G = 41.99%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CCA011 (or 0xCCA011) is known color: Buddha Gold. HEX triplet: CC, A0 and 11. RGB value is (204,160,17). Sum of RGB (Red+Green+Blue) = 204+160+17=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA011 is #335FEE. Grayscale: #9D9D9D. Windows color (decimal): -3366895 or 1155276. OLE color: 1155276.

HSL color Cylindrical-coordinate representation of color #CCA011: hue angle of 45.88º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCA011 is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 160 17 -
CMYK 0 0.22 0.92 0.2
HSL 45.88º 0.85% 0.43% -
HSV(B) 45.88º 0.92% 0.8% -
XYZ 37.57 38.02 5.89 -
YUV 156.85 49.08 161.63 -
System Red Green Blue C M Y K H S L
Decimal 204 160 17 0 0.22 0.92 0.2 45.88 0.85 0.43
Hex CC A0 11 0 16 5C 14 2E 55 2B
Octal 314 240 21 0 26 134 24 56 125 53
Binary 11001100 10100000 10001 0 10110 1011100 10100 101110 1010101 101011

Color Harmonies of #CCA011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA011

Black with #CCA011

Text Example


Text Example

White with #CCA011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA011; }

 p { color: rgb(204,160,17); }

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

background-color css

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

 a { background-color: rgb(204,160,17); }

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

border-color css

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

 span { border-color: rgb(204,160,17); }

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