#CBAB36

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

Shades of Metallic Gold #CBAB36

Tints of Metallic Gold #CBAB36

Color information

#CBAB36 (or 0xCBAB36) is unknown color: approx Metallic Gold. HEX triplet: CB, AB and 36. RGB value is (203,171,54). Sum of RGB (Red+Green+Blue) = 203+171+54=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB36 is #3454C9. Grayscale: #A7A7A7. Windows color (decimal): -3429578 or 3582923. OLE color: 3582923.

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

Color convert

RGB20317154-
CMYK00.160.730.20
HSL47.11º58.89%50.39%-
HSV(B)47.11º73.4%79.61%-
XYZ39.8642.099.51-
YUV167.2364.1153.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 54 (21.48% from 255) = 12.62%
R=47.43%
G=39.95%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031715400.160.730.2047.1158.8950.39
HexCBAB3601049142f3b32
Octal3132536602011124577362
Binary1100101110101011110110010000100100110100101111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAB36; }

 p { color: rgb(203,171,54); }

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

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

 a { background-color: rgb(203,171,54); }

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

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

 span { border-color: rgb(203,171,54); }

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