#CBA838

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

Shades of Metallic Gold #CBA838

Tints of Metallic Gold #CBA838

Color information

#CBA838 (or 0xCBA838) is unknown color: approx Metallic Gold. HEX triplet: CB, A8 and 38. RGB value is (203,168,56). Sum of RGB (Red+Green+Blue) = 203+168+56=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 56 (22.27% from 255 or 13.11% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA838 is #3457C7. Grayscale: #A6A6A6. Windows color (decimal): -3430344 or 3713227. OLE color: 3713227.

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

Color convert

RGB20316856-
CMYK00.170.720.20
HSL45.71º58.57%50.78%-
HSV(B)45.71º72.41%79.61%-
XYZ39.3540.999.58-
YUV165.766.1154.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 168 (66.02% from 255) = 39.34%
BLUE value IS 56 (22.27% from 255) = 13.11%
R=47.54%
G=39.34%
B=13.11%

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
Decimal2031685600.170.720.2045.7158.5750.78
HexCBA83801148142e3b33
Octal3132507002111024567363
Binary1100101110101000111000010001100100010100101110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA838; }

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

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

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

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

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

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

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

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