#CBB443

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

Shades of Old Gold #CBB443

Tints of Old Gold #CBB443

Color information

#CBB443 (or 0xCBB443) is unknown color: approx Old Gold. HEX triplet: CB, B4 and 43. RGB value is (203,180,67). Sum of RGB (Red+Green+Blue) = 203+180+67=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 67 (26.56% from 255 or 14.89% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB443 is #344BBC. Grayscale: #AEAEAE. Windows color (decimal): -3427261 or 4437195. OLE color: 4437195.

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

Color convert

RGB20318067-
CMYK00.110.670.20
HSL49.85º56.67%52.94%-
HSV(B)49.85º67%79.61%-
XYZ41.9645.7411.93-
YUV17467.62148.69-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.11%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 67 (26.56% from 255) = 14.89%
R=45.11%
G=40%
B=14.89%

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
Decimal2031806700.110.670.2049.8556.6752.94
HexCBB4430B4314323935
Octal31326410301310324627165
Binary1100101110110100100001101011100001110100110010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB443; }

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

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

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

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

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

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

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

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