#CEBF46

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

Shades of Old Gold #CEBF46

Tints of Old Gold #CEBF46

Color information

#CEBF46 (or 0xCEBF46) is unknown color: approx Old Gold. HEX triplet: CE, BF and 46. RGB value is (206,191,70). Sum of RGB (Red+Green+Blue) = 206+191+70=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF46 is #3140B9. Grayscale: #B6B6B6. Windows color (decimal): -3227834 or 4636622. OLE color: 4636622.

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

Color convert

RGB20619170-
CMYK00.070.660.19
HSL53.38º58.12%54.12%-
HSV(B)53.38º66.02%80.78%-
XYZ45.1950.8313.22-
YUV181.6964.97145.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.11%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 70 (27.73% from 255) = 14.99%
R=44.11%
G=40.90%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061917000.070.660.1953.3858.1254.12
HexCEBF46074213353a36
Octal3162771060710223657266
Binary110011101011111110001100111100001010011110101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF46; }

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

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

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

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

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

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

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

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