Html Css Color HEX #CCA115 Buddha Gold

📋 copy color: '#CCA115'

red 204 ◦ green 161 ◦ blue 21

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

Shades of Buddha Gold #CCA115

Tints of Buddha Gold #CCA115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.44%

R = 52.85%
G = 41.71%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCA115 (or 0xCCA115) is known color: Buddha Gold. HEX triplet: CC, A1 and 15. RGB value is (204,161,21). Sum of RGB (Red+Green+Blue) = 204+161+21=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 161 (63.28% from 255 or 41.71% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA115 is #335EEA. Grayscale: #9E9E9E. Windows color (decimal): -3366635 or 1417676. OLE color: 1417676.

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

Color convert

RGB 204 161 21 -
CMYK 0 0.21 0.90 0.2
HSL 45.9º 0.81% 0.44% -
HSV(B) 45.9º 0.9% 0.8% -
XYZ 37.78 38.38 6.13 -
YUV 157.9 50.75 160.88 -
System Red Green Blue C M Y K H S L
Decimal 204 161 21 0 0.21 0.90 0.2 45.9 0.81 0.44
Hex CC A1 15 0 15 5A 14 2E 51 2C
Octal 314 241 25 0 25 132 24 56 121 54
Binary 11001100 10100001 10101 0 10101 1011010 10100 101110 1010001 101100

Color Harmonies of #CCA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA115

Black with #CCA115

Text Example


Text Example

White with #CCA115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA115; }

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

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

background-color css

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

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

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

border-color css

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

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

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