#CEB735

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

Shades of Old Gold #CEB735

Tints of Old Gold #CEB735

Color information

#CEB735 (or 0xCEB735) is unknown color: approx Old Gold. HEX triplet: CE, B7 and 35. RGB value is (206,183,53). Sum of RGB (Red+Green+Blue) = 206+183+53=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 53 (21.09% from 255 or 11.99% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB735 is #3148CA. Grayscale: #AFAFAF. Windows color (decimal): -3229899 or 3520462. OLE color: 3520462.

HSL color Cylindrical-coordinate representation of color #CEB735: hue angle of 50.98º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEB735 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB20618353-
CMYK00.110.740.19
HSL50.98º60.96%50.78%-
HSV(B)50.98º74.27%80.78%-
XYZ43.0347.2510.22-
YUV175.0659.12150.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.61%
GREEN value IS 183 (71.88% from 255) = 41.40%
BLUE value IS 53 (21.09% from 255) = 11.99%
R=46.61%
G=41.40%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061835300.110.740.1950.9860.9650.78
HexCEB7350B4A13333d33
Octal3162676501311223637563
Binary110011101011011111010101011100101010011110011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB735; }

 p { color: rgb(206,183,53); }

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

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

 a { background-color: rgb(206,183,53); }

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

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

 span { border-color: rgb(206,183,53); }

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