#CBA634

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

Shades of Metallic Gold #CBA634

Tints of Metallic Gold #CBA634

Color information

#CBA634 (or 0xCBA634) is unknown color: approx Metallic Gold. HEX triplet: CB, A6 and 34. RGB value is (203,166,52). Sum of RGB (Red+Green+Blue) = 203+166+52=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA634 is #3459CB. Grayscale: #A4A4A4. Windows color (decimal): -3430860 or 3450571. OLE color: 3450571.

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

Color convert

RGB20316652-
CMYK00.180.740.20
HSL45.3º59.22%50%-
HSV(B)45.3º74.38%79.61%-
XYZ38.8840.228.96-
YUV164.0764.76155.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.22%
GREEN value IS 166 (65.23% from 255) = 39.43%
BLUE value IS 52 (20.70% from 255) = 12.35%
R=48.22%
G=39.43%
B=12.35%

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
Decimal2031665200.180.740.2045.359.2250
HexCBA6340124A142d3b32
Octal3132466402211224557362
Binary1100101110100110110100010010100101010100101101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA634; }

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

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

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

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

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

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

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

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