#CBA403

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

Shades of Buddha Gold #CBA403

Tints of Buddha Gold #CBA403

Color information

#CBA403 (or 0xCBA403) is unknown color: approx Buddha Gold. HEX triplet: CB, A4 and 03. RGB value is (203,164,3). Sum of RGB (Red+Green+Blue) = 203+164+3=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA403 is #345BFC. Grayscale: #9D9D9D. Windows color (decimal): -3431421 or 238795. OLE color: 238795.

HSL color Cylindrical-coordinate representation of color #CBA403: hue angle of 48.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBA403 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB2031643-
CMYK00.190.990.20
HSL48.3º97.09%40.39%-
HSV(B)48.3º98.52%79.61%-
XYZ37.9239.255.66-
YUV157.3140.92160.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 164 (64.45% from 255) = 44.32%
BLUE value IS 3 (1.56% from 255) = 0.81%
R=54.86%
G=44.32%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203164300.190.990.2048.397.0940.39
HexCBA430136314306128
Octal3132443023143246014150
Binary1100101110100100110100111100011101001100001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA403; }

 p { color: rgb(203,164,3); }

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

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

 a { background-color: rgb(203,164,3); }

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

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

 span { border-color: rgb(203,164,3); }

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