#CEBF30

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

Shades of Old Gold #CEBF30

Tints of Old Gold #CEBF30

Color information

#CEBF30 (or 0xCEBF30) is unknown color: approx Old Gold. HEX triplet: CE, BF and 30. RGB value is (206,191,48). Sum of RGB (Red+Green+Blue) = 206+191+48=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF30 is #3140CF. Grayscale: #B3B3B3. Windows color (decimal): -3227856 or 3194830. OLE color: 3194830.

HSL color Cylindrical-coordinate representation of color #CEBF30: hue angle of 54.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEBF30 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB20619148-
CMYK00.070.770.19
HSL54.3º62.2%49.8%-
HSV(B)54.3º76.7%80.78%-
XYZ44.6250.610.21-
YUV179.1853.97147.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.29%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 48 (19.14% from 255) = 10.79%
R=46.29%
G=42.92%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061914800.070.770.1954.362.249.8
HexCEBF30074D13363e32
Octal316277600711523667662
Binary11001110101111111100000111100110110011110110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF30; }

 p { color: rgb(206,191,48); }

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

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

 a { background-color: rgb(206,191,48); }

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

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

 span { border-color: rgb(206,191,48); }

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