#CEB33E

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

Shades of Old Gold #CEB33E

Tints of Old Gold #CEB33E

Color information

#CEB33E (or 0xCEB33E) is unknown color: approx Old Gold. HEX triplet: CE, B3 and 3E. RGB value is (206,179,62). Sum of RGB (Red+Green+Blue) = 206+179+62=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 62 (24.61% from 255 or 13.87% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB33E is #314CC1. Grayscale: #AEAEAE. Windows color (decimal): -3230914 or 4109262. OLE color: 4109262.

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

Color convert

RGB20617962-
CMYK00.130.700.19
HSL48.75º59.5%52.55%-
HSV(B)48.75º69.9%80.78%-
XYZ42.4445.7111.14-
YUV173.7464.95151.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.09%
GREEN value IS 179 (70.31% from 255) = 40.04%
BLUE value IS 62 (24.61% from 255) = 13.87%
R=46.09%
G=40.04%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061796200.130.700.1948.7559.552.55
HexCEB33E0D4613313c35
Octal3162637601510623617465
Binary110011101011001111111001101100011010011110001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB33E; }

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

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

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

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

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

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

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

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