#CEBC44

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

Shades of Old Gold #CEBC44

Tints of Old Gold #CEBC44

Color information

#CEBC44 (or 0xCEBC44) is unknown color: approx Old Gold. HEX triplet: CE, BC and 44. RGB value is (206,188,68). Sum of RGB (Red+Green+Blue) = 206+188+68=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC44 is #3143BB. Grayscale: #B4B4B4. Windows color (decimal): -3228604 or 4504782. OLE color: 4504782.

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

Color convert

RGB20618868-
CMYK00.090.670.19
HSL52.17º58.47%53.73%-
HSV(B)52.17º66.99%80.78%-
XYZ44.4849.5112.68-
YUV179.764.96146.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.59%
GREEN value IS 188 (73.83% from 255) = 40.69%
BLUE value IS 68 (26.95% from 255) = 14.72%
R=44.59%
G=40.69%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061886800.090.670.1952.1758.4753.73
HexCEBC44094313343a36
Octal31627410401110323647266
Binary1100111010111100100010001001100001110011110100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBC44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBC44; }

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

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

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

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

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

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

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

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