#CBA933

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

Shades of Metallic Gold #CBA933

Tints of Metallic Gold #CBA933

Color information

#CBA933 (or 0xCBA933) is unknown color: approx Metallic Gold. HEX triplet: CB, A9 and 33. RGB value is (203,169,51). Sum of RGB (Red+Green+Blue) = 203+169+51=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA933 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA933 is #3456CC. Grayscale: #A6A6A6. Windows color (decimal): -3430093 or 3385803. OLE color: 3385803.

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

Color convert

RGB20316951-
CMYK00.170.750.20
HSL46.58º59.84%49.8%-
HSV(B)46.58º74.88%79.61%-
XYZ39.4141.319.03-
YUV165.7163.26154.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 51 (20.31% from 255) = 12.06%
R=47.99%
G=39.95%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031695100.170.750.2046.5859.8449.8
HexCBA9330114B142f3c32
Octal3132516302111324577462
Binary1100101110101001110011010001100101110100101111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA933; }

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

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

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

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

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

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

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

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