#CBA33A

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

Shades of Metallic Gold #CBA33A

Tints of Metallic Gold #CBA33A

Color information

#CBA33A (or 0xCBA33A) is unknown color: approx Metallic Gold. HEX triplet: CB, A3 and 3A. RGB value is (203,163,58). Sum of RGB (Red+Green+Blue) = 203+163+58=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA33A is #345CC5. Grayscale: #A3A3A3. Windows color (decimal): -3431622 or 3843019. OLE color: 3843019.

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

Color convert

RGB20316358-
CMYK00.200.710.20
HSL43.45º58.23%51.18%-
HSV(B)43.45º71.43%79.61%-
XYZ38.4939.29.54-
YUV162.9968.75156.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.88%
GREEN value IS 163 (64.06% from 255) = 38.44%
BLUE value IS 58 (23.05% from 255) = 13.68%
R=47.88%
G=38.44%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031635800.200.710.2043.4558.2351.18
HexCBA33A01447142b3a33
Octal3132437202410724537263
Binary1100101110100011111010010100100011110100101011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA33A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA33A; }

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

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

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

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

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

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

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

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