Html Css Color HEX #CCA016 Buddha Gold

📋 copy color: '#CCA016'

red 204 ◦ green 160 ◦ blue 22

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

Shades of Buddha Gold #CCA016

Tints of Buddha Gold #CCA016

RGB

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

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

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

R = 52.85%
G = 41.45%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CCA016 (or 0xCCA016) is known color: Buddha Gold. HEX triplet: CC, A0 and 16. RGB value is (204,160,22). Sum of RGB (Red+Green+Blue) = 204+160+22=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 22 (8.98% from 255 or 5.70% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA016 is #335FE9. Grayscale: #9E9E9E. Windows color (decimal): -3366890 or 1482956. OLE color: 1482956.

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

Color convert

RGB 204 160 22 -
CMYK 0 0.22 0.89 0.2
HSL 45.49º 0.81% 0.44% -
HSV(B) 45.49º 0.89% 0.8% -
XYZ 37.62 38.04 6.12 -
YUV 157.42 51.58 161.22 -
System Red Green Blue C M Y K H S L
Decimal 204 160 22 0 0.22 0.89 0.2 45.49 0.81 0.44
Hex CC A0 16 0 16 59 14 2D 51 2C
Octal 314 240 26 0 26 131 24 55 121 54
Binary 11001100 10100000 10110 0 10110 1011001 10100 101101 1010001 101100

Color Harmonies of #CCA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA016

Black with #CCA016

Text Example


Text Example

White with #CCA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA016; }

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

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

background-color css

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

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

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

border-color css

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

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

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