#CEBA2B

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

Shades of Old Gold #CEBA2B

Tints of Old Gold #CEBA2B

Color information

#CEBA2B (or 0xCEBA2B) is unknown color: approx Old Gold. HEX triplet: CE, BA and 2B. RGB value is (206,186,43). Sum of RGB (Red+Green+Blue) = 206+186+43=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 43 (17.19% from 255 or 9.89% from 435); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA2B is #3145D4. Grayscale: #B0B0B0. Windows color (decimal): -3229141 or 2865870. OLE color: 2865870.

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

Color convert

RGB20618643-
CMYK00.100.790.19
HSL52.64º65.46%48.82%-
HSV(B)52.64º79.13%80.78%-
XYZ43.4548.419.34-
YUV175.6853.13149.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.36%
GREEN value IS 186 (73.05% from 255) = 42.76%
BLUE value IS 43 (17.19% from 255) = 9.89%
R=47.36%
G=42.76%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061864300.100.790.1952.6465.4648.82
HexCEBA2B0A4F13354131
Octal31627253012117236510161
Binary1100111010111010101011010101001111100111101011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA2B; }

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

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

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

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

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

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

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

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