#CBA335

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

Shades of Metallic Gold #CBA335

Tints of Metallic Gold #CBA335

Color information

#CBA335 (or 0xCBA335) is unknown color: approx Metallic Gold. HEX triplet: CB, A3 and 35. RGB value is (203,163,53). Sum of RGB (Red+Green+Blue) = 203+163+53=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 53 (21.09% from 255 or 12.65% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA335 is #345CCA. Grayscale: #A2A2A2. Windows color (decimal): -3431627 or 3515339. OLE color: 3515339.

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

Color convert

RGB20316353-
CMYK00.200.740.20
HSL44º59.06%50.2%-
HSV(B)44º73.89%79.61%-
XYZ38.3739.158.9-
YUV162.4266.25156.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.45%
GREEN value IS 163 (64.06% from 255) = 38.90%
BLUE value IS 53 (21.09% from 255) = 12.65%
R=48.45%
G=38.90%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031635300.200.740.204459.0650.2
HexCBA3350144A142c3b32
Octal3132436502411224547362
Binary1100101110100011110101010100100101010100101100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA335; }

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

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

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

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

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

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

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

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