#CBA938

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

Shades of Metallic Gold #CBA938

Tints of Metallic Gold #CBA938

Color information

#CBA938 (or 0xCBA938) is unknown color: approx Metallic Gold. HEX triplet: CB, A9 and 38. RGB value is (203,169,56). Sum of RGB (Red+Green+Blue) = 203+169+56=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA938 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA938 is #3456C7. Grayscale: #A6A6A6. Windows color (decimal): -3430088 or 3713483. OLE color: 3713483.

HSL color Cylindrical-coordinate representation of color #CBA938: hue angle of 46.12º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBA938 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB20316956-
CMYK00.170.720.20
HSL46.12º58.57%50.78%-
HSV(B)46.12º72.41%79.61%-
XYZ39.5341.369.64-
YUV166.2865.76154.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 169 (66.41% from 255) = 39.49%
BLUE value IS 56 (22.27% from 255) = 13.08%
R=47.43%
G=39.49%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031695600.170.720.2046.1258.5750.78
HexCBA93801148142e3b33
Octal3132517002111024567363
Binary1100101110101001111000010001100100010100101110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA938; }

 p { color: rgb(203,169,56); }

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

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

 a { background-color: rgb(203,169,56); }

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

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

 span { border-color: rgb(203,169,56); }

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