#CEB437

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

Shades of Old Gold #CEB437

Tints of Old Gold #CEB437

Color information

#CEB437 (or 0xCEB437) is unknown color: approx Old Gold. HEX triplet: CE, B4 and 37. RGB value is (206,180,55). Sum of RGB (Red+Green+Blue) = 206+180+55=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB437 is #314BC8. Grayscale: #AEAEAE. Windows color (decimal): -3230665 or 3650766. OLE color: 3650766.

HSL color Cylindrical-coordinate representation of color #CEB437: hue angle of 49.67º 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 #CEB437 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB20618055-
CMYK00.130.730.19
HSL49.67º60.64%51.18%-
HSV(B)49.67º73.3%80.78%-
XYZ42.4646.0410.26-
YUV173.5261.11151.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.71%
GREEN value IS 180 (70.70% from 255) = 40.82%
BLUE value IS 55 (21.88% from 255) = 12.47%
R=46.71%
G=40.82%
B=12.47%

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
Decimal2061805500.130.730.1949.6760.6451.18
HexCEB4370D4913323d33
Octal3162646701511123627563
Binary110011101011010011011101101100100110011110010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB437; }

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

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

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

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

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

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

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

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