Html Css Color HEX #CCA20C Buddha Gold

📋 copy color: '#CCA20C'

red 204 ◦ green 162 ◦ blue 12

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

Shades of Buddha Gold #CCA20C

Tints of Buddha Gold #CCA20C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.86%

 BLUE value IS 12 (5.08% from 255) = 3.17%

R = 53.97%
G = 42.86%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCA20C (or 0xCCA20C) is known color: Buddha Gold. HEX triplet: CC, A2 and 0C. RGB value is (204,162,12). Sum of RGB (Red+Green+Blue) = 204+162+12=378 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.97% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA20C is #335DF3. Grayscale: #9E9E9E. Windows color (decimal): -3366388 or 828108. OLE color: 828108.

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

Color convert

RGB 204 162 12 -
CMYK 0 0.21 0.94 0.2
HSL 46.88º 0.89% 0.42% -
HSV(B) 46.88º 0.94% 0.8% -
XYZ 37.89 38.7 5.82 -
YUV 157.46 45.91 161.2 -
System Red Green Blue C M Y K H S L
Decimal 204 162 12 0 0.21 0.94 0.2 46.88 0.89 0.42
Hex CC A2 C 0 15 5E 14 2F 59 2A
Octal 314 242 14 0 25 136 24 57 131 52
Binary 11001100 10100010 1100 0 10101 1011110 10100 101111 1011001 101010

Color Harmonies of #CCA20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA20C

Black with #CCA20C

Text Example


Text Example

White with #CCA20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA20C; }

 p { color: rgb(204,162,12); }

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

background-color css

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

 a { background-color: rgb(204,162,12); }

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

border-color css

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

 span { border-color: rgb(204,162,12); }

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