#CCA60B

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

Shades of Buddha Gold #CCA60B

Tints of Buddha Gold #CCA60B

Color information

#CCA60B (or 0xCCA60B) is unknown color: approx Buddha Gold. HEX triplet: CC, A6 and 0B. RGB value is (204,166,11). Sum of RGB (Red+Green+Blue) = 204+166+11=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA60B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCA60B is #3359F4. Grayscale: #A0A0A0. Windows color (decimal): -3365365 or 763596. OLE color: 763596.

HSL color Cylindrical-coordinate representation of color #CCA60B: hue angle of 48.19º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCA60B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB20416611-
CMYK00.190.950.2
HSL48.19º89.77%42.16%-
HSV(B)48.19º94.61%80%-
XYZ38.640.136.03-
YUV159.6944.09159.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.54%
GREEN value IS 166 (65.23% from 255) = 43.57%
BLUE value IS 11 (4.69% from 255) = 2.89%
R=53.54%
G=43.57%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.95
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041661100.190.950.248.1989.7742.16
HexCCA6B0135F14305a2a
Octal31424613023137246013252
Binary110011001010011010110100111011111101001100001011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA60B; }

 p { color: rgb(204,166,11); }

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

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

 a { background-color: rgb(204,166,11); }

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

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

 span { border-color: rgb(204,166,11); }

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