#CBB544

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

Shades of Old Gold #CBB544

Tints of Old Gold #CBB544

Color information

#CBB544 (or 0xCBB544) is unknown color: approx Old Gold. HEX triplet: CB, B5 and 44. RGB value is (203,181,68). Sum of RGB (Red+Green+Blue) = 203+181+68=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB544 is #344ABB. Grayscale: #AFAFAF. Windows color (decimal): -3427004 or 4502987. OLE color: 4502987.

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

Color convert

RGB20318168-
CMYK00.110.670.20
HSL50.22º56.49%53.14%-
HSV(B)50.22º66.5%79.61%-
XYZ42.246.1612.15-
YUV174.767.79148.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 181 (71.09% from 255) = 40.04%
BLUE value IS 68 (26.95% from 255) = 15.04%
R=44.91%
G=40.04%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031816800.110.670.2050.2256.4953.14
HexCBB5440B4314323835
Octal31326510401310324627065
Binary1100101110110101100010001011100001110100110010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB544; }

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

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

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

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

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

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

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

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