#CC9A0D

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

Shades of Buddha Gold #CC9A0D

Tints of Buddha Gold #CC9A0D

Color information

#CC9A0D (or 0xCC9A0D) is unknown color: approx Buddha Gold. HEX triplet: CC, 9A and 0D. RGB value is (204,154,13). Sum of RGB (Red+Green+Blue) = 204+154+13=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9A0D is #3365F2. Grayscale: #999999. Windows color (decimal): -3368435 or 891596. OLE color: 891596.

HSL color Cylindrical-coordinate representation of color #CC9A0D: hue angle of 44.29º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC9A0D is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB20415413-
CMYK00.250.940.2
HSL44.29º88.02%42.55%-
HSV(B)44.29º93.63%80%-
XYZ36.5335.985.4-
YUV152.8849.06164.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 154 (60.55% from 255) = 41.51%
BLUE value IS 13 (5.47% from 255) = 3.50%
R=54.99%
G=41.51%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041541300.250.940.244.2988.0242.55
HexCC9AD0195E142c582b
Octal31423215031136245413053
Binary110011001001101011010110011011110101001011001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9A0D; }

 p { color: rgb(204,154,13); }

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

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

 a { background-color: rgb(204,154,13); }

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

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

 span { border-color: rgb(204,154,13); }

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