#CBB13B

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

Shades of Old Gold #CBB13B

Tints of Old Gold #CBB13B

Color information

#CBB13B (or 0xCBB13B) is unknown color: approx Old Gold. HEX triplet: CB, B1 and 3B. RGB value is (203,177,59). Sum of RGB (Red+Green+Blue) = 203+177+59=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB13B is #344EC4. Grayscale: #ABABAB. Windows color (decimal): -3428037 or 3912139. OLE color: 3912139.

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

Color convert

RGB20317759-
CMYK00.130.710.20
HSL49.17º58.06%51.37%-
HSV(B)49.17º70.94%79.61%-
XYZ41.1444.4610.55-
YUV171.3264.61150.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 177 (69.53% from 255) = 40.32%
BLUE value IS 59 (23.44% from 255) = 13.44%
R=46.24%
G=40.32%
B=13.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031775900.130.710.2049.1758.0651.37
HexCBB13B0D4714313a33
Octal3132617301510724617263
Binary110010111011000111101101101100011110100110001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB13B; }

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

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

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

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

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

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

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

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