#CBB13A

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

Shades of Old Gold #CBB13A

Tints of Old Gold #CBB13A

Color information

#CBB13A (or 0xCBB13A) is unknown color: approx Old Gold. HEX triplet: CB, B1 and 3A. RGB value is (203,177,58). Sum of RGB (Red+Green+Blue) = 203+177+58=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB13A is #344EC5. Grayscale: #ABABAB. Windows color (decimal): -3428038 or 3846603. OLE color: 3846603.

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

Color convert

RGB20317758-
CMYK00.130.710.20
HSL49.24º58.23%51.18%-
HSV(B)49.24º71.43%79.61%-
XYZ41.1144.4510.42-
YUV171.2164.11150.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.35%
GREEN value IS 177 (69.53% from 255) = 40.41%
BLUE value IS 58 (23.05% from 255) = 13.24%
R=46.35%
G=40.41%
B=13.24%

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
Decimal2031775800.130.710.2049.2458.2351.18
HexCBB13A0D4714313a33
Octal3132617201510724617263
Binary110010111011000111101001101100011110100110001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB13A; }

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

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

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

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

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

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

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

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