#CBB545

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

Shades of Old Gold #CBB545

Tints of Old Gold #CBB545

Color information

#CBB545 (or 0xCBB545) is unknown color: approx Old Gold. HEX triplet: CB, B5 and 45. RGB value is (203,181,69). Sum of RGB (Red+Green+Blue) = 203+181+69=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB545 is #344ABA. Grayscale: #AFAFAF. Windows color (decimal): -3427003 or 4568523. OLE color: 4568523.

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

Color convert

RGB20318169-
CMYK00.110.660.20
HSL50.15º56.3%53.33%-
HSV(B)50.15º66.01%79.61%-
XYZ42.2346.1712.32-
YUV174.8168.29148.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 69 (27.34% from 255) = 15.23%
R=44.81%
G=39.96%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031816900.110.660.2050.1556.353.33
HexCBB5450B4214323835
Octal31326510501310224627065
Binary1100101110110101100010101011100001010100110010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB545; }

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

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

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

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

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

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

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

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