#CEB43A

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

Shades of Old Gold #CEB43A

Tints of Old Gold #CEB43A

Color information

#CEB43A (or 0xCEB43A) is unknown color: approx Old Gold. HEX triplet: CE, B4 and 3A. RGB value is (206,180,58). Sum of RGB (Red+Green+Blue) = 206+180+58=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB43A is #314BC5. Grayscale: #AEAEAE. Windows color (decimal): -3230662 or 3847374. OLE color: 3847374.

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

Color convert

RGB20618058-
CMYK00.130.720.19
HSL49.46º60.16%51.76%-
HSV(B)49.46º71.84%80.78%-
XYZ42.5446.0710.65-
YUV173.8762.61150.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 180 (70.70% from 255) = 40.54%
BLUE value IS 58 (23.05% from 255) = 13.06%
R=46.40%
G=40.54%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061805800.130.720.1949.4660.1651.76
HexCEB43A0D4813313c34
Octal3162647201511023617464
Binary110011101011010011101001101100100010011110001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB43A; }

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

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

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

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

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

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

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

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