#CBA01A

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

Shades of Buddha Gold #CBA01A

Tints of Buddha Gold #CBA01A

Color information

#CBA01A (or 0xCBA01A) is unknown color: approx Buddha Gold. HEX triplet: CB, A0 and 1A. RGB value is (203,160,26). Sum of RGB (Red+Green+Blue) = 203+160+26=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 160 (62.89% from 255 or 41.13% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA01A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA01A is #345FE5. Grayscale: #9E9E9E. Windows color (decimal): -3432422 or 1745099. OLE color: 1745099.

HSL color Cylindrical-coordinate representation of color #CBA01A: hue angle of 45.42º 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 #CBA01A is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB20316026-
CMYK00.210.870.20
HSL45.42º77.29%44.9%-
HSV(B)45.42º87.19%79.61%-
XYZ37.3937.916.32-
YUV157.5853.75160.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.19%
GREEN value IS 160 (62.89% from 255) = 41.13%
BLUE value IS 26 (10.55% from 255) = 6.68%
R=52.19%
G=41.13%
B=6.68%

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
Decimal2031602600.210.870.2045.4277.2944.9
HexCBA01A01557142d4d2d
Octal31324032025127245511555
Binary1100101110100000110100101011010111101001011011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA01A; }

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

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

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

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

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

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

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

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