#CBB13F

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

Shades of Old Gold #CBB13F

Tints of Old Gold #CBB13F

Color information

#CBB13F (or 0xCBB13F) is unknown color: approx Old Gold. HEX triplet: CB, B1 and 3F. RGB value is (203,177,63). Sum of RGB (Red+Green+Blue) = 203+177+63=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB13F is #344EC0. Grayscale: #ACACAC. Windows color (decimal): -3428033 or 4174283. OLE color: 4174283.

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

Color convert

RGB20317763-
CMYK00.130.690.20
HSL48.86º57.38%52.16%-
HSV(B)48.86º68.97%79.61%-
XYZ41.2544.511.12-
YUV171.7866.61150.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 177 (69.53% from 255) = 39.95%
BLUE value IS 63 (25% from 255) = 14.22%
R=45.82%
G=39.95%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031776300.130.690.2048.8657.3852.16
HexCBB13F0D4514313934
Octal3132617701510524617164
Binary110010111011000111111101101100010110100110001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB13F; }

 p { color: rgb(203,177,63); }

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

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

 a { background-color: rgb(203,177,63); }

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

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

 span { border-color: rgb(203,177,63); }

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