Html Css Color HEX #CCA116 Buddha Gold

📋 copy color: '#CCA116'

red 204 ◦ green 161 ◦ blue 22

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

Shades of Buddha Gold #CCA116

Tints of Buddha Gold #CCA116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.68%

R = 52.71%
G = 41.6%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCA116 (or 0xCCA116) is known color: Buddha Gold. HEX triplet: CC, A1 and 16. RGB value is (204,161,22). Sum of RGB (Red+Green+Blue) = 204+161+22=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA116 is #335EE9. Grayscale: #9E9E9E. Windows color (decimal): -3366634 or 1483212. OLE color: 1483212.

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

Color convert

RGB 204 161 22 -
CMYK 0 0.21 0.89 0.2
HSL 45.82º 0.81% 0.44% -
HSV(B) 45.82º 0.89% 0.8% -
XYZ 37.79 38.39 6.18 -
YUV 158.01 51.25 160.8 -
System Red Green Blue C M Y K H S L
Decimal 204 161 22 0 0.21 0.89 0.2 45.82 0.81 0.44
Hex CC A1 16 0 15 59 14 2E 51 2C
Octal 314 241 26 0 25 131 24 56 121 54
Binary 11001100 10100001 10110 0 10101 1011001 10100 101110 1010001 101100

Color Harmonies of #CCA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA116

Black with #CCA116

Text Example


Text Example

White with #CCA116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA116; }

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

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

background-color css

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

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

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

border-color css

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

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

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