#CBB444

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

Shades of Old Gold #CBB444

Tints of Old Gold #CBB444

Color information

#CBB444 (or 0xCBB444) is unknown color: approx Old Gold. HEX triplet: CB, B4 and 44. RGB value is (203,180,68). Sum of RGB (Red+Green+Blue) = 203+180+68=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB444 is #344BBB. Grayscale: #AEAEAE. Windows color (decimal): -3427260 or 4502731. OLE color: 4502731.

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

Color convert

RGB20318068-
CMYK00.110.670.20
HSL49.78º56.49%53.14%-
HSV(B)49.78º66.5%79.61%-
XYZ41.9945.7612.09-
YUV174.1168.12148.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 180 (70.70% from 255) = 39.91%
BLUE value IS 68 (26.95% from 255) = 15.08%
R=45.01%
G=39.91%
B=15.08%

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
Decimal2031806800.110.670.2049.7856.4953.14
HexCBB4440B4314323835
Octal31326410401310324627065
Binary1100101110110100100010001011100001110100110010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB444; }

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

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

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

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

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

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

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

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