Html Css Color HEX #CCA60C Buddha Gold

📋 copy color: '#CCA60C'

red 204 ◦ green 166 ◦ blue 12

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

Shades of Buddha Gold #CCA60C

Tints of Buddha Gold #CCA60C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.46%

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

R = 53.4%
G = 43.46%
B = 3.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCA60C (or 0xCCA60C) is known color: Buddha Gold. HEX triplet: CC, A6 and 0C. RGB value is (204,166,12). Sum of RGB (Red+Green+Blue) = 204+166+12=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA60C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA60C is #3359F3. Grayscale: #A0A0A0. Windows color (decimal): -3365364 or 829132. OLE color: 829132.

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

Color convert

RGB 204 166 12 -
CMYK 0 0.19 0.94 0.2
HSL 48.13º 0.89% 0.42% -
HSV(B) 48.13º 0.94% 0.8% -
XYZ 38.6 40.14 6.06 -
YUV 159.81 44.59 159.52 -
System Red Green Blue C M Y K H S L
Decimal 204 166 12 0 0.19 0.94 0.2 48.13 0.89 0.42
Hex CC A6 C 0 13 5E 14 30 59 2A
Octal 314 246 14 0 23 136 24 60 131 52
Binary 11001100 10100110 1100 0 10011 1011110 10100 110000 1011001 101010

Color Harmonies of #CCA60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA60C

Black with #CCA60C

Text Example


Text Example

White with #CCA60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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