#CEB337

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

Shades of Old Gold #CEB337

Tints of Old Gold #CEB337

Color information

#CEB337 (or 0xCEB337) is unknown color: approx Old Gold. HEX triplet: CE, B3 and 37. RGB value is (206,179,55). Sum of RGB (Red+Green+Blue) = 206+179+55=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB337 is #314CC8. Grayscale: #ADADAD. Windows color (decimal): -3230921 or 3650510. OLE color: 3650510.

HSL color Cylindrical-coordinate representation of color #CEB337: hue angle of 49.27º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEB337 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB20617955-
CMYK00.130.730.19
HSL49.27º60.64%51.18%-
HSV(B)49.27º73.3%80.78%-
XYZ42.2645.6410.2-
YUV172.9461.45151.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.82%
GREEN value IS 179 (70.31% from 255) = 40.68%
BLUE value IS 55 (21.88% from 255) = 12.5%
R=46.82%
G=40.68%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061795500.130.730.1949.2760.6451.18
HexCEB3370D4913313d33
Octal3162636701511123617563
Binary110011101011001111011101101100100110011110001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB337; }

 p { color: rgb(206,179,55); }

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

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

 a { background-color: rgb(206,179,55); }

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

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

 span { border-color: rgb(206,179,55); }

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