#CEBE46

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

Shades of Old Gold #CEBE46

Tints of Old Gold #CEBE46

Color information

#CEBE46 (or 0xCEBE46) is unknown color: approx Old Gold. HEX triplet: CE, BE and 46. RGB value is (206,190,70). Sum of RGB (Red+Green+Blue) = 206+190+70=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBE46 is #3141B9. Grayscale: #B5B5B5. Windows color (decimal): -3228090 or 4636366. OLE color: 4636366.

HSL color Cylindrical-coordinate representation of color #CEBE46: hue angle of 52.94º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEBE46 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20619070-
CMYK00.080.660.19
HSL52.94º58.12%54.12%-
HSV(B)52.94º66.02%80.78%-
XYZ44.9750.3913.15-
YUV181.165.3145.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.21%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 70 (27.73% from 255) = 15.02%
R=44.21%
G=40.77%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061907000.080.660.1952.9458.1254.12
HexCEBE46084213353a36
Octal31627610601010223657266
Binary1100111010111110100011001000100001010011110101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBE46; }

 p { color: rgb(206,190,70); }

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

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

 a { background-color: rgb(206,190,70); }

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

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

 span { border-color: rgb(206,190,70); }

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