Html Css Color HEX #CCA015 Buddha Gold

📋 copy color: '#CCA015'

red 204 ◦ green 160 ◦ blue 21

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

Shades of Buddha Gold #CCA015

Tints of Buddha Gold #CCA015

RGB

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

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

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

R = 52.99%
G = 41.56%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CCA015 (or 0xCCA015) is known color: Buddha Gold. HEX triplet: CC, A0 and 15. RGB value is (204,160,21). Sum of RGB (Red+Green+Blue) = 204+160+21=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA015 is #335FEA. Grayscale: #9D9D9D. Windows color (decimal): -3366891 or 1417420. OLE color: 1417420.

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

Color convert

RGB 204 160 21 -
CMYK 0 0.22 0.90 0.2
HSL 45.57º 0.81% 0.44% -
HSV(B) 45.57º 0.9% 0.8% -
XYZ 37.61 38.03 6.07 -
YUV 157.31 51.08 161.3 -
System Red Green Blue C M Y K H S L
Decimal 204 160 21 0 0.22 0.90 0.2 45.57 0.81 0.44
Hex CC A0 15 0 16 5A 14 2E 51 2C
Octal 314 240 25 0 26 132 24 56 121 54
Binary 11001100 10100000 10101 0 10110 1011010 10100 101110 1010001 101100

Color Harmonies of #CCA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA015

Black with #CCA015

Text Example


Text Example

White with #CCA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA015; }

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

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

background-color css

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

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

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

border-color css

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

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

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