#CBA63E

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

Shades of Metallic Gold #CBA63E

Tints of Metallic Gold #CBA63E

Color information

#CBA63E (or 0xCBA63E) is unknown color: approx Metallic Gold. HEX triplet: CB, A6 and 3E. RGB value is (203,166,62). Sum of RGB (Red+Green+Blue) = 203+166+62=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA63E is #3459C1. Grayscale: #A5A5A5. Windows color (decimal): -3430850 or 4105931. OLE color: 4105931.

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

Color convert

RGB20316662-
CMYK00.180.690.20
HSL44.26º57.55%51.96%-
HSV(B)44.26º69.46%79.61%-
XYZ39.1340.3210.28-
YUV165.2169.76154.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 166 (65.23% from 255) = 38.52%
BLUE value IS 62 (24.61% from 255) = 14.39%
R=47.10%
G=38.52%
B=14.39%

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
Decimal2031666200.180.690.2044.2657.5551.96
HexCBA63E01245142c3a34
Octal3132467602210524547264
Binary1100101110100110111110010010100010110100101100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA63E; }

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

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

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

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

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

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

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

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