#CEBC49

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

Shades of Old Gold #CEBC49

Tints of Old Gold #CEBC49

Color information

#CEBC49 (or 0xCEBC49) is unknown color: approx Old Gold. HEX triplet: CE, BC and 49. RGB value is (206,188,73). Sum of RGB (Red+Green+Blue) = 206+188+73=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC49 is #3143B6. Grayscale: #B4B4B4. Windows color (decimal): -3228599 or 4832462. OLE color: 4832462.

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

Color convert

RGB20618873-
CMYK00.090.650.19
HSL51.88º57.58%54.71%-
HSV(B)51.88º64.56%80.78%-
XYZ44.6449.5713.52-
YUV180.2767.46146.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.11%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 73 (28.91% from 255) = 15.63%
R=44.11%
G=40.26%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061887300.090.650.1951.8857.5854.71
HexCEBC49094113343a37
Octal31627411101110123647267
Binary1100111010111100100100101001100000110011110100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBC49; }

 p { color: rgb(206,188,73); }

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

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

 a { background-color: rgb(206,188,73); }

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

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

 span { border-color: rgb(206,188,73); }

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