#CC9512

Color #CC9512 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #CC9512

Tints of Buddha Gold #CC9512

Color information

#CC9512 (or 0xCC9512) is unknown color: approx Buddha Gold. HEX triplet: CC, 95 and 12. RGB value is (204,149,18). Sum of RGB (Red+Green+Blue) = 204+149+18=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9512 is #336AED. Grayscale: #979797. Windows color (decimal): -3369710 or 1217996. OLE color: 1217996.

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

Color convert

RGB20414918-
CMYK00.270.910.2
HSL42.26º83.78%43.53%-
HSV(B)42.26º91.18%80%-
XYZ35.7634.385.32-
YUV150.5153.22166.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 18 (7.42% from 255) = 4.85%
R=54.99%
G=40.16%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.91
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041491800.270.910.242.2683.7843.53
HexCC951201B5B142a542c
Octal31422522033133245212454
Binary1100110010010101100100110111011011101001010101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9512; }

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

 H1.HeaderClassName
 {
   color: #CC9512;
 }
 .AnyTagClassName
 {
   color: #CC9512;
 }
</style>
background-color css

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

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

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

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

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

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