#CB9F3A

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

Shades of Metallic Gold #CB9F3A

Tints of Metallic Gold #CB9F3A

Color information

#CB9F3A (or 0xCB9F3A) is unknown color: approx Metallic Gold. HEX triplet: CB, 9F and 3A. RGB value is (203,159,58). Sum of RGB (Red+Green+Blue) = 203+159+58=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9F3A is #3460C5. Grayscale: #A1A1A1. Windows color (decimal): -3432646 or 3841995. OLE color: 3841995.

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

Color convert

RGB20315958-
CMYK00.220.710.20
HSL41.79º58.23%51.18%-
HSV(B)41.79º71.43%79.61%-
XYZ37.7937.89.31-
YUV160.6470.08158.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 48.33%
GREEN value IS 159 (62.5% from 255) = 37.86%
BLUE value IS 58 (23.05% from 255) = 13.81%
R=48.33%
G=37.86%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031595800.220.710.2041.7958.2351.18
HexCB9F3A01647142a3a33
Octal3132377202610724527263
Binary1100101110011111111010010110100011110100101010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9F3A; }

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

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

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

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

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

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

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

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