#CBB345

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

Shades of Old Gold #CBB345

Tints of Old Gold #CBB345

Color information

#CBB345 (or 0xCBB345) is unknown color: approx Old Gold. HEX triplet: CB, B3 and 45. RGB value is (203,179,69). Sum of RGB (Red+Green+Blue) = 203+179+69=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB345 is #344CBA. Grayscale: #AEAEAE. Windows color (decimal): -3427515 or 4568011. OLE color: 4568011.

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

Color convert

RGB20317969-
CMYK00.120.660.20
HSL49.25º56.3%53.33%-
HSV(B)49.25º66.01%79.61%-
XYZ41.8245.3712.18-
YUV173.6468.95148.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 179 (70.31% from 255) = 39.69%
BLUE value IS 69 (27.34% from 255) = 15.30%
R=45.01%
G=39.69%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031796900.120.660.2049.2556.353.33
HexCBB3450C4214313835
Octal31326310501410224617065
Binary1100101110110011100010101100100001010100110001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB345; }

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

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

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

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

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

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

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

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