#CBA11A

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

Shades of Buddha Gold #CBA11A

Tints of Buddha Gold #CBA11A

Color information

#CBA11A (or 0xCBA11A) is unknown color: approx Buddha Gold. HEX triplet: CB, A1 and 1A. RGB value is (203,161,26). Sum of RGB (Red+Green+Blue) = 203+161+26=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 26 (10.55% from 255 or 6.67% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA11A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA11A is #345EE5. Grayscale: #9E9E9E. Windows color (decimal): -3432166 or 1745355. OLE color: 1745355.

HSL color Cylindrical-coordinate representation of color #CBA11A: hue angle of 45.76º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBA11A is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB20316126-
CMYK00.210.870.20
HSL45.76º77.29%44.9%-
HSV(B)45.76º87.19%79.61%-
XYZ37.5638.266.38-
YUV158.1753.41159.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.05%
GREEN value IS 161 (63.28% from 255) = 41.28%
BLUE value IS 26 (10.55% from 255) = 6.67%
R=52.05%
G=41.28%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031612600.210.870.2045.7677.2944.9
HexCBA11A01557142e4d2d
Octal31324132025127245611555
Binary1100101110100001110100101011010111101001011101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA11A; }

 p { color: rgb(203,161,26); }

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

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

 a { background-color: rgb(203,161,26); }

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

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

 span { border-color: rgb(203,161,26); }

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