#CBAD40

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

Shades of Old Gold #CBAD40

Tints of Old Gold #CBAD40

Color information

#CBAD40 (or 0xCBAD40) is unknown color: approx Old Gold. HEX triplet: CB, AD and 40. RGB value is (203,173,64). Sum of RGB (Red+Green+Blue) = 203+173+64=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAD40 is #3452BF. Grayscale: #AAAAAA. Windows color (decimal): -3429056 or 4238795. OLE color: 4238795.

HSL color Cylindrical-coordinate representation of color #CBAD40: hue angle of 47.05º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBAD40 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB20317364-
CMYK00.150.680.20
HSL47.05º57.2%52.35%-
HSV(B)47.05º68.47%79.61%-
XYZ40.542.9511.01-
YUV169.5468.44151.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.14%
GREEN value IS 173 (67.97% from 255) = 39.32%
BLUE value IS 64 (25.39% from 255) = 14.55%
R=46.14%
G=39.32%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031736400.150.680.2047.0557.252.35
HexCBAD400F44142f3934
Octal31325510001710424577164
Binary1100101110101101100000001111100010010100101111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD40; }

 p { color: rgb(203,173,64); }

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

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

 a { background-color: rgb(203,173,64); }

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

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

 span { border-color: rgb(203,173,64); }

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