Html Css Color HEX #CCA10C Buddha Gold

📋 copy color: '#CCA10C'

red 204 ◦ green 161 ◦ blue 12

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

Shades of Buddha Gold #CCA10C

Tints of Buddha Gold #CCA10C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.71%

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

R = 54.11%
G = 42.71%
B = 3.18%

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

#CCA10C (or 0xCCA10C) is known color: Buddha Gold. HEX triplet: CC, A1 and 0C. RGB value is (204,161,12). Sum of RGB (Red+Green+Blue) = 204+161+12=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA10C is #335EF3. Grayscale: #9D9D9D. Windows color (decimal): -3366644 or 827852. OLE color: 827852.

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

Color convert

RGB 204 161 12 -
CMYK 0 0.21 0.94 0.2
HSL 46.56º 0.89% 0.42% -
HSV(B) 46.56º 0.94% 0.8% -
XYZ 37.71 38.35 5.76 -
YUV 156.87 46.25 161.62 -
System Red Green Blue C M Y K H S L
Decimal 204 161 12 0 0.21 0.94 0.2 46.56 0.89 0.42
Hex CC A1 C 0 15 5E 14 2F 59 2A
Octal 314 241 14 0 25 136 24 57 131 52
Binary 11001100 10100001 1100 0 10101 1011110 10100 101111 1011001 101010

Color Harmonies of #CCA10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA10C

Black with #CCA10C

Text Example


Text Example

White with #CCA10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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