#CBA63F

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

Shades of Metallic Gold #CBA63F

Tints of Metallic Gold #CBA63F

Color information

#CBA63F (or 0xCBA63F) is unknown color: approx Metallic Gold. HEX triplet: CB, A6 and 3F. RGB value is (203,166,63). Sum of RGB (Red+Green+Blue) = 203+166+63=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA63F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA63F is #3459C0. Grayscale: #A5A5A5. Windows color (decimal): -3430849 or 4171467. OLE color: 4171467.

HSL color Cylindrical-coordinate representation of color #CBA63F: hue angle of 44.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBA63F is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB20316663-
CMYK00.180.690.20
HSL44.14º57.38%52.16%-
HSV(B)44.14º68.97%79.61%-
XYZ39.1640.3310.42-
YUV165.3270.26154.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.99%
GREEN value IS 166 (65.23% from 255) = 38.43%
BLUE value IS 63 (25% from 255) = 14.58%
R=46.99%
G=38.43%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031666300.180.690.2044.1457.3852.16
HexCBA63F01245142c3934
Octal3132467702210524547164
Binary1100101110100110111111010010100010110100101100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA63F; }

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

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

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

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

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

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

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

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