#CEBA3B

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

Shades of Old Gold #CEBA3B

Tints of Old Gold #CEBA3B

Color information

#CEBA3B (or 0xCEBA3B) is unknown color: approx Old Gold. HEX triplet: CE, BA and 3B. RGB value is (206,186,59). Sum of RGB (Red+Green+Blue) = 206+186+59=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 59 (23.44% from 255 or 13.08% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA3B is #3145C4. Grayscale: #B2B2B2. Windows color (decimal): -3229125 or 3914446. OLE color: 3914446.

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

Color convert

RGB20618659-
CMYK00.100.710.19
HSL51.84º60%51.96%-
HSV(B)51.84º71.36%80.78%-
XYZ43.848.5611.2-
YUV177.561.13148.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 186 (73.05% from 255) = 41.24%
BLUE value IS 59 (23.44% from 255) = 13.08%
R=45.68%
G=41.24%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061865900.100.710.1951.846051.96
HexCEBA3B0A4713343c34
Octal3162727301210723647464
Binary110011101011101011101101010100011110011110100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA3B; }

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

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

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

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

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

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

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

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