#CBB745

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

Shades of Old Gold #CBB745

Tints of Old Gold #CBB745

Color information

#CBB745 (or 0xCBB745) is unknown color: approx Old Gold. HEX triplet: CB, B7 and 45. RGB value is (203,183,69). Sum of RGB (Red+Green+Blue) = 203+183+69=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB745 is #3448BA. Grayscale: #B0B0B0. Windows color (decimal): -3426491 or 4569035. OLE color: 4569035.

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

Color convert

RGB20318369-
CMYK00.100.660.20
HSL51.04º56.3%53.33%-
HSV(B)51.04º66.01%79.61%-
XYZ42.6446.9912.45-
YUV175.9867.63147.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 69 (27.34% from 255) = 15.16%
R=44.62%
G=40.22%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031836900.100.660.2051.0456.353.33
HexCBB7450A4214333835
Octal31326710501210224637065
Binary1100101110110111100010101010100001010100110011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB745; }

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

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

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

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

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

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

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

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