Html Css Color HEX #CCA112 Buddha Gold

📋 copy color: '#CCA112'

red 204 ◦ green 161 ◦ blue 18

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

Shades of Buddha Gold #CCA112

Tints of Buddha Gold #CCA112

RGB

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

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

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

R = 53.26%
G = 42.04%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCA112 (or 0xCCA112) is known color: Buddha Gold. HEX triplet: CC, A1 and 12. RGB value is (204,161,18). Sum of RGB (Red+Green+Blue) = 204+161+18=383 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.26% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA112 is #335EED. Grayscale: #9E9E9E. Windows color (decimal): -3366638 or 1221068. OLE color: 1221068.

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

Color convert

RGB 204 161 18 -
CMYK 0 0.21 0.91 0.2
HSL 46.13º 0.84% 0.44% -
HSV(B) 46.13º 0.91% 0.8% -
XYZ 37.76 38.37 5.99 -
YUV 157.56 49.25 161.13 -
System Red Green Blue C M Y K H S L
Decimal 204 161 18 0 0.21 0.91 0.2 46.13 0.84 0.44
Hex CC A1 12 0 15 5B 14 2E 54 2C
Octal 314 241 22 0 25 133 24 56 124 54
Binary 11001100 10100001 10010 0 10101 1011011 10100 101110 1010100 101100

Color Harmonies of #CCA112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA112

Black with #CCA112

Text Example


Text Example

White with #CCA112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA112; }

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

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

background-color css

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

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

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

border-color css

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

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

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