#CEB94A

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

Shades of Old Gold #CEB94A

Tints of Old Gold #CEB94A

Color information

#CEB94A (or 0xCEB94A) is unknown color: approx Old Gold. HEX triplet: CE, B9 and 4A. RGB value is (206,185,74). Sum of RGB (Red+Green+Blue) = 206+185+74=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB94A is #3146B5. Grayscale: #B3B3B3. Windows color (decimal): -3229366 or 4897230. OLE color: 4897230.

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

Color convert

RGB20618574-
CMYK00.100.640.19
HSL50.45º57.39%54.9%-
HSV(B)50.45º64.08%80.78%-
XYZ44.0448.3113.48-
YUV178.6268.96147.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.30%
GREEN value IS 185 (72.66% from 255) = 39.78%
BLUE value IS 74 (29.30% from 255) = 15.91%
R=44.30%
G=39.78%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061857400.100.640.1950.4557.3954.9
HexCEB94A0A4013323937
Octal31627111201210023627167
Binary1100111010111001100101001010100000010011110010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB94A; }

 p { color: rgb(206,185,74); }

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

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

 a { background-color: rgb(206,185,74); }

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

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

 span { border-color: rgb(206,185,74); }

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