#cebd30

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

Shades of Old Gold #CEBD30

Tints of Old Gold #CEBD30

Color information

#CEBD30 (or 0xCEBD30) is unknown color: approx Old Gold. HEX triplet: CE, BD and 30. RGB value is (206,189,48). Sum of RGB (Red+Green+Blue) = 206+189+48=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD30 is #3142CF. Grayscale: #B2B2B2. Windows color (decimal): -3228368 or 3194318. OLE color: 3194318.

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

Color convert

RGB20618948-
CMYK00.080.770.19
HSL53.54º62.2%49.8%-
HSV(B)53.54º76.7%80.78%-
XYZ44.1849.7310.07-
YUV178.0154.63147.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 48 (19.14% from 255) = 10.84%
R=46.50%
G=42.66%
B=10.84%

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
Decimal2061894800.080.770.1953.5462.249.8
HexCEBD30084D13363e32
Octal3162756001011523667662
Binary110011101011110111000001000100110110011110110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cebd30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cebd30; }

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

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

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

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

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

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

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

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