#CEBA3A

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

Shades of Old Gold #CEBA3A

Tints of Old Gold #CEBA3A

Color information

#CEBA3A (or 0xCEBA3A) is unknown color: approx Old Gold. HEX triplet: CE, BA and 3A. RGB value is (206,186,58). Sum of RGB (Red+Green+Blue) = 206+186+58=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA3A is #3145C5. Grayscale: #B1B1B1. Windows color (decimal): -3229126 or 3848910. OLE color: 3848910.

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

Color convert

RGB20618658-
CMYK00.100.720.19
HSL51.89º60.16%51.76%-
HSV(B)51.89º71.84%80.78%-
XYZ43.7848.5511.07-
YUV177.3960.63148.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.78%
GREEN value IS 186 (73.05% from 255) = 41.33%
BLUE value IS 58 (23.05% from 255) = 12.89%
R=45.78%
G=41.33%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061865800.100.720.1951.8960.1651.76
HexCEBA3A0A4813343c34
Octal3162727201211023647464
Binary110011101011101011101001010100100010011110100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA3A; }

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

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

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

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

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

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

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

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