#CBA601

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

Shades of Buddha Gold #CBA601

Tints of Buddha Gold #CBA601

Color information

#CBA601 (or 0xCBA601) is unknown color: approx Buddha Gold. HEX triplet: CB, A6 and 01. RGB value is (203,166,1). Sum of RGB (Red+Green+Blue) = 203+166+1=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA601 is #3459FE. Grayscale: #9E9E9E. Windows color (decimal): -3430911 or 108235. OLE color: 108235.

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

Color convert

RGB2031661-
CMYK00.181.000.20
HSL49.01º99.02%40%-
HSV(B)49.01º99.51%79.61%-
XYZ38.2739.975.73-
YUV158.2539.26159.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.86%
GREEN value IS 166 (65.23% from 255) = 44.86%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=54.86%
G=44.86%
B=0.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 1.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203166100.181.000.2049.0199.0240
HexCBA610126414316328
Octal3132461022144246114350
Binary110010111010011010100101100100101001100011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA601; }

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

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

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

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

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

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

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

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