Html Css Color HEX #CCA010 Buddha Gold

📋 copy color: '#CCA010'

red 204 ◦ green 160 ◦ blue 16

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

Shades of Buddha Gold #CCA010

Tints of Buddha Gold #CCA010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.21%

R = 53.68%
G = 42.11%
B = 4.21%

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

#CCA010 (or 0xCCA010) is known color: Buddha Gold. HEX triplet: CC, A0 and 10. RGB value is (204,160,16). Sum of RGB (Red+Green+Blue) = 204+160+16=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA010 is #335FEF. Grayscale: #9D9D9D. Windows color (decimal): -3366896 or 1089740. OLE color: 1089740.

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

Color convert

RGB 204 160 16 -
CMYK 0 0.22 0.92 0.2
HSL 45.96º 0.85% 0.43% -
HSV(B) 45.96º 0.92% 0.8% -
XYZ 37.57 38.02 5.85 -
YUV 156.74 48.58 161.71 -
System Red Green Blue C M Y K H S L
Decimal 204 160 16 0 0.22 0.92 0.2 45.96 0.85 0.43
Hex CC A0 10 0 16 5C 14 2E 55 2B
Octal 314 240 20 0 26 134 24 56 125 53
Binary 11001100 10100000 10000 0 10110 1011100 10100 101110 1010101 101011

Color Harmonies of #CCA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA010

Black with #CCA010

Text Example


Text Example

White with #CCA010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA010; }

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

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

background-color css

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

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

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

border-color css

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

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

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