#CEB635

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

Shades of Old Gold #CEB635

Tints of Old Gold #CEB635

Color information

#CEB635 (or 0xCEB635) is unknown color: approx Old Gold. HEX triplet: CE, B6 and 35. RGB value is (206,182,53). Sum of RGB (Red+Green+Blue) = 206+182+53=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB635 is #3149CA. Grayscale: #AFAFAF. Windows color (decimal): -3230155 or 3520206. OLE color: 3520206.

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

Color convert

RGB20618253-
CMYK00.120.740.19
HSL50.59º60.96%50.78%-
HSV(B)50.59º74.27%80.78%-
XYZ42.8246.8310.15-
YUV174.4759.45150.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.71%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 53 (21.09% from 255) = 12.02%
R=46.71%
G=41.27%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061825300.120.740.1950.5960.9650.78
HexCEB6350C4A13333d33
Octal3162666501411223637563
Binary110011101011011011010101100100101010011110011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB635; }

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

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

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

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

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

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

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

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