#CEBE30

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

Shades of Old Gold #CEBE30

Tints of Old Gold #CEBE30

Color information

#CEBE30 (or 0xCEBE30) is unknown color: approx Old Gold. HEX triplet: CE, BE and 30. RGB value is (206,190,48). Sum of RGB (Red+Green+Blue) = 206+190+48=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBE30 is #3141CF. Grayscale: #B3B3B3. Windows color (decimal): -3228112 or 3194574. OLE color: 3194574.

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

Color convert

RGB20619048-
CMYK00.080.770.19
HSL53.92º62.2%49.8%-
HSV(B)53.92º76.7%80.78%-
XYZ44.450.1610.14-
YUV178.654.3147.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 190 (74.61% from 255) = 42.79%
BLUE value IS 48 (19.14% from 255) = 10.81%
R=46.40%
G=42.79%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061904800.080.770.1953.9262.249.8
HexCEBE30084D13363e32
Octal3162766001011523667662
Binary110011101011111011000001000100110110011110110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBE30; }

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

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

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

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

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

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

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

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