#CCA00D

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

Shades of Buddha Gold #CCA00D

Tints of Buddha Gold #CCA00D

Color information

#CCA00D (or 0xCCA00D) is unknown color: approx Buddha Gold. HEX triplet: CC, A0 and 0D. RGB value is (204,160,13). Sum of RGB (Red+Green+Blue) = 204+160+13=377 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.11% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA00D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA00D is #335FF2. Grayscale: #9D9D9D. Windows color (decimal): -3366899 or 893132. OLE color: 893132.

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

Color convert

RGB20416013-
CMYK00.220.940.2
HSL46.18º88.02%42.55%-
HSV(B)46.18º93.63%80%-
XYZ37.5538.015.74-
YUV156.447.08161.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.11%
GREEN value IS 160 (62.89% from 255) = 42.44%
BLUE value IS 13 (5.47% from 255) = 3.45%
R=54.11%
G=42.44%
B=3.45%

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
Decimal2041601300.220.940.246.1888.0242.55
HexCCA0D0165E142e582b
Octal31424015026136245613053
Binary110011001010000011010101101011110101001011101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA00D; }

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

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

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

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

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

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

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

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