#CBA73D

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

Shades of Metallic Gold #CBA73D

Tints of Metallic Gold #CBA73D

Color information

#CBA73D (or 0xCBA73D) is unknown color: approx Metallic Gold. HEX triplet: CB, A7 and 3D. RGB value is (203,167,61). Sum of RGB (Red+Green+Blue) = 203+167+61=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA73D is #3458C2. Grayscale: #A6A6A6. Windows color (decimal): -3430595 or 4040651. OLE color: 4040651.

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

Color convert

RGB20316761-
CMYK00.180.700.20
HSL44.79º57.72%51.76%-
HSV(B)44.79º69.95%79.61%-
XYZ39.2940.6710.19-
YUV165.6868.93154.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 167 (65.62% from 255) = 38.75%
BLUE value IS 61 (24.22% from 255) = 14.15%
R=47.10%
G=38.75%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031676100.180.700.2044.7957.7251.76
HexCBA73D01246142d3a34
Octal3132477502210624557264
Binary1100101110100111111101010010100011010100101101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA73D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA73D; }

 p { color: rgb(203,167,61); }

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

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

 a { background-color: rgb(203,167,61); }

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

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

 span { border-color: rgb(203,167,61); }

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