#CBA635

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

Shades of Metallic Gold #CBA635

Tints of Metallic Gold #CBA635

Color information

#CBA635 (or 0xCBA635) is unknown color: approx Metallic Gold. HEX triplet: CB, A6 and 35. RGB value is (203,166,53). Sum of RGB (Red+Green+Blue) = 203+166+53=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA635 is #3459CA. Grayscale: #A4A4A4. Windows color (decimal): -3430859 or 3516107. OLE color: 3516107.

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

Color convert

RGB20316653-
CMYK00.180.740.20
HSL45.2º59.06%50.2%-
HSV(B)45.2º73.89%79.61%-
XYZ38.9140.239.08-
YUV164.1865.26155.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.10%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 53 (21.09% from 255) = 12.56%
R=48.10%
G=39.34%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031665300.180.740.2045.259.0650.2
HexCBA6350124A142d3b32
Octal3132466502211224557362
Binary1100101110100110110101010010100101010100101101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA635; }

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

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

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

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

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

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

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

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