#CBA611

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

Shades of Buddha Gold #CBA611

Tints of Buddha Gold #CBA611

Color information

#CBA611 (or 0xCBA611) is unknown color: approx Buddha Gold. HEX triplet: CB, A6 and 11. RGB value is (203,166,17). Sum of RGB (Red+Green+Blue) = 203+166+17=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA611 is #3459EE. Grayscale: #A0A0A0. Windows color (decimal): -3430895 or 1156811. OLE color: 1156811.

HSL color Cylindrical-coordinate representation of color #CBA611: hue angle of 48.06º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBA611 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB20316617-
CMYK00.180.920.20
HSL48.06º84.55%43.14%-
HSV(B)48.06º91.63%79.61%-
XYZ38.3740.016.23-
YUV160.0847.26158.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.59%
GREEN value IS 166 (65.23% from 255) = 43.01%
BLUE value IS 17 (7.03% from 255) = 4.40%
R=52.59%
G=43.01%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031661700.180.920.2048.0684.5543.14
HexCBA6110125C1430552b
Octal31324621022134246012553
Binary1100101110100110100010100101011100101001100001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA611; }

 p { color: rgb(203,166,17); }

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

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

 a { background-color: rgb(203,166,17); }

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

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

 span { border-color: rgb(203,166,17); }

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