#CBAE3E

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

Shades of Old Gold #CBAE3E

Tints of Old Gold #CBAE3E

Color information

#CBAE3E (or 0xCBAE3E) is unknown color: approx Old Gold. HEX triplet: CB, AE and 3E. RGB value is (203,174,62). Sum of RGB (Red+Green+Blue) = 203+174+62=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE3E is #3451C1. Grayscale: #AAAAAA. Windows color (decimal): -3428802 or 4107979. OLE color: 4107979.

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

Color convert

RGB20317462-
CMYK00.140.690.20
HSL47.66º57.55%51.96%-
HSV(B)47.66º69.46%79.61%-
XYZ40.6343.3210.78-
YUV169.967.11151.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.24%
GREEN value IS 174 (68.36% from 255) = 39.64%
BLUE value IS 62 (24.61% from 255) = 14.12%
R=46.24%
G=39.64%
B=14.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031746200.140.690.2047.6657.5551.96
HexCBAE3E0E4514303a34
Octal3132567601610524607264
Binary110010111010111011111001110100010110100110000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE3E; }

 p { color: rgb(203,174,62); }

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

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

 a { background-color: rgb(203,174,62); }

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

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

 span { border-color: rgb(203,174,62); }

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