#CBA333

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

Shades of Metallic Gold #CBA333

Tints of Metallic Gold #CBA333

Color information

#CBA333 (or 0xCBA333) is unknown color: approx Metallic Gold. HEX triplet: CB, A3 and 33. RGB value is (203,163,51). Sum of RGB (Red+Green+Blue) = 203+163+51=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA333 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA333 is #345CCC. Grayscale: #A2A2A2. Windows color (decimal): -3431629 or 3384267. OLE color: 3384267.

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

Color convert

RGB20316351-
CMYK00.200.750.20
HSL44.21º59.84%49.8%-
HSV(B)44.21º74.88%79.61%-
XYZ38.3239.138.66-
YUV162.1965.25157.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.68%
GREEN value IS 163 (64.06% from 255) = 39.09%
BLUE value IS 51 (20.31% from 255) = 12.23%
R=48.68%
G=39.09%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031635100.200.750.2044.2159.8449.8
HexCBA3330144B142c3c32
Octal3132436302411324547462
Binary1100101110100011110011010100100101110100101100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA333; }

 p { color: rgb(203,163,51); }

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

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

 a { background-color: rgb(203,163,51); }

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

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

 span { border-color: rgb(203,163,51); }

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