Html Css Color HEX #CCA012 Buddha Gold

📋 copy color: '#CCA012'

red 204 ◦ green 160 ◦ blue 18

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

Shades of Buddha Gold #CCA012

Tints of Buddha Gold #CCA012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.71%

R = 53.4%
G = 41.88%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCA012 (or 0xCCA012) is known color: Buddha Gold. HEX triplet: CC, A0 and 12. RGB value is (204,160,18). Sum of RGB (Red+Green+Blue) = 204+160+18=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA012 is #335FED. Grayscale: #9D9D9D. Windows color (decimal): -3366894 or 1220812. OLE color: 1220812.

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

Color convert

RGB 204 160 18 -
CMYK 0 0.22 0.91 0.2
HSL 45.81º 0.84% 0.44% -
HSV(B) 45.81º 0.91% 0.8% -
XYZ 37.58 38.02 5.93 -
YUV 156.97 49.58 161.55 -
System Red Green Blue C M Y K H S L
Decimal 204 160 18 0 0.22 0.91 0.2 45.81 0.84 0.44
Hex CC A0 12 0 16 5B 14 2E 54 2C
Octal 314 240 22 0 26 133 24 56 124 54
Binary 11001100 10100000 10010 0 10110 1011011 10100 101110 1010100 101100

Color Harmonies of #CCA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA012

Black with #CCA012

Text Example


Text Example

White with #CCA012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA012; }

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

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

background-color css

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

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

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

border-color css

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

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

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