#CBA535

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

Shades of Metallic Gold #CBA535

Tints of Metallic Gold #CBA535

Color information

#CBA535 (or 0xCBA535) is unknown color: approx Metallic Gold. HEX triplet: CB, A5 and 35. RGB value is (203,165,53). Sum of RGB (Red+Green+Blue) = 203+165+53=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA535 is #345ACA. Grayscale: #A4A4A4. Windows color (decimal): -3431115 or 3515851. OLE color: 3515851.

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

Color convert

RGB20316553-
CMYK00.190.740.20
HSL44.8º59.06%50.2%-
HSV(B)44.8º73.89%79.61%-
XYZ38.7339.869.02-
YUV163.5965.59156.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 165 (64.84% from 255) = 39.19%
BLUE value IS 53 (21.09% from 255) = 12.59%
R=48.22%
G=39.19%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031655300.190.740.2044.859.0650.2
HexCBA5350134A142d3b32
Octal3132456502311224557362
Binary1100101110100101110101010011100101010100101101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA535; }

 p { color: rgb(203,165,53); }

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

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

 a { background-color: rgb(203,165,53); }

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

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

 span { border-color: rgb(203,165,53); }

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