#CEB33B

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

Shades of Old Gold #CEB33B

Tints of Old Gold #CEB33B

Color information

#CEB33B (or 0xCEB33B) is unknown color: approx Old Gold. HEX triplet: CE, B3 and 3B. RGB value is (206,179,59). Sum of RGB (Red+Green+Blue) = 206+179+59=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 59 (23.44% from 255 or 13.29% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB33B is #314CC4. Grayscale: #ADADAD. Windows color (decimal): -3230917 or 3912654. OLE color: 3912654.

HSL color Cylindrical-coordinate representation of color #CEB33B: hue angle of 48.98º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEB33B is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB20617959-
CMYK00.130.710.19
HSL48.98º60%51.96%-
HSV(B)48.98º71.36%80.78%-
XYZ42.3645.6810.72-
YUV173.3963.45151.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 179 (70.31% from 255) = 40.32%
BLUE value IS 59 (23.44% from 255) = 13.29%
R=46.40%
G=40.32%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061795900.130.710.1948.986051.96
HexCEB33B0D4713313c34
Octal3162637301510723617464
Binary110011101011001111101101101100011110011110001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB33B; }

 p { color: rgb(206,179,59); }

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

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

 a { background-color: rgb(206,179,59); }

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

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

 span { border-color: rgb(206,179,59); }

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