#CBB540

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

Shades of Old Gold #CBB540

Tints of Old Gold #CBB540

Color information

#CBB540 (or 0xCBB540) is unknown color: approx Old Gold. HEX triplet: CB, B5 and 40. RGB value is (203,181,64). Sum of RGB (Red+Green+Blue) = 203+181+64=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB540 is #344ABF. Grayscale: #AEAEAE. Windows color (decimal): -3427008 or 4240843. OLE color: 4240843.

HSL color Cylindrical-coordinate representation of color #CBB540: hue angle of 50.5º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBB540 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20318164-
CMYK00.110.680.20
HSL50.5º57.2%52.35%-
HSV(B)50.5º68.47%79.61%-
XYZ42.0846.1111.53-
YUV174.2465.79148.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 181 (71.09% from 255) = 40.40%
BLUE value IS 64 (25.39% from 255) = 14.29%
R=45.31%
G=40.40%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031816400.110.680.2050.557.252.35
HexCBB5400B4414333934
Octal31326510001310424637164
Binary1100101110110101100000001011100010010100110011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB540; }

 p { color: rgb(203,181,64); }

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

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

 a { background-color: rgb(203,181,64); }

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

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

 span { border-color: rgb(203,181,64); }

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