#CBA800

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

Shades of Buddha Gold #CBA800

Tints of Buddha Gold #CBA800

Color information

#CBA800 (or 0xCBA800) is unknown color: approx Buddha Gold. HEX triplet: CB, A8 and 00. RGB value is (203,168,0). Sum of RGB (Red+Green+Blue) = 203+168+0=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA800 is #3457FF. Grayscale: #A0A0A0. Windows color (decimal): -3430400 or 43211. OLE color: 43211.

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

Color convert

RGB2031680-
CMYK00.1710.20
HSL49.66º100%39.8%-
HSV(B)49.66º100%79.61%-
XYZ38.6340.75.82-
YUV159.3138.1159.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.72%
GREEN value IS 168 (66.02% from 255) = 45.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.72%
G=45.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203168000.1710.2049.6610039.8
HexCBA800116414326428
Octal3132500021144246214450
Binary110010111010100000100011100100101001100101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA800; }

 p { color: rgb(203,168,0); }

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

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

 a { background-color: rgb(203,168,0); }

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

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

 span { border-color: rgb(203,168,0); }

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