#CC9F0D

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

Shades of Buddha Gold #CC9F0D

Tints of Buddha Gold #CC9F0D

Color information

#CC9F0D (or 0xCC9F0D) is unknown color: approx Buddha Gold. HEX triplet: CC, 9F and 0D. RGB value is (204,159,13). Sum of RGB (Red+Green+Blue) = 204+159+13=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9F0D is #3360F2. Grayscale: #9C9C9C. Windows color (decimal): -3367155 or 892876. OLE color: 892876.

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

Color convert

RGB20415913-
CMYK00.220.940.2
HSL45.86º88.02%42.55%-
HSV(B)45.86º93.63%80%-
XYZ37.3737.665.68-
YUV155.8147.41162.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.26%
GREEN value IS 159 (62.5% from 255) = 42.29%
BLUE value IS 13 (5.47% from 255) = 3.46%
R=54.26%
G=42.29%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.94
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041591300.220.940.245.8688.0242.55
HexCC9FD0165E142e582b
Octal31423715026136245613053
Binary110011001001111111010101101011110101001011101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9F0D; }

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

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

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

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

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

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

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

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