Html Css Color HEX #CCA215 Buddha Gold

📋 copy color: '#CCA215'

red 204 ◦ green 162 ◦ blue 21

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

Shades of Buddha Gold #CCA215

Tints of Buddha Gold #CCA215

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

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

R = 52.71%
G = 41.86%
B = 5.43%

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

#CCA215 (or 0xCCA215) is known color: Buddha Gold. HEX triplet: CC, A2 and 15. RGB value is (204,162,21). Sum of RGB (Red+Green+Blue) = 204+162+21=387 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.71% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA215 is #335DEA. Grayscale: #9F9F9F. Windows color (decimal): -3366379 or 1417932. OLE color: 1417932.

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

Color convert

RGB 204 162 21 -
CMYK 0 0.21 0.90 0.2
HSL 46.23º 0.81% 0.44% -
HSV(B) 46.23º 0.9% 0.8% -
XYZ 37.96 38.73 6.18 -
YUV 158.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 204 162 21 0 0.21 0.90 0.2 46.23 0.81 0.44
Hex CC A2 15 0 15 5A 14 2E 51 2C
Octal 314 242 25 0 25 132 24 56 121 54
Binary 11001100 10100010 10101 0 10101 1011010 10100 101110 1010001 101100

Color Harmonies of #CCA215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA215

Black with #CCA215

Text Example


Text Example

White with #CCA215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA215; }

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

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

background-color css

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

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

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

border-color css

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

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

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