#DABD33

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

Shades of Old Gold #DABD33

Tints of Old Gold #DABD33

Color information

#DABD33 (or 0xDABD33) is unknown color: approx Old Gold. HEX triplet: DA, BD and 33. RGB value is (218,189,51). Sum of RGB (Red+Green+Blue) = 218+189+51=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 51 (20.31% from 255 or 11.14% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABD33 is #2542CC. Grayscale: #B6B6B6. Windows color (decimal): -2441933 or 3390938. OLE color: 3390938.

HSL color Cylindrical-coordinate representation of color #DABD33: hue angle of 49.58º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DABD33 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB21818951-
CMYK00.130.770.15
HSL49.58º69.29%52.75%-
HSV(B)49.58º76.61%85.49%-
XYZ47.7151.5410.57-
YUV181.9454.11153.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.60%
GREEN value IS 189 (74.22% from 255) = 41.27%
BLUE value IS 51 (20.31% from 255) = 11.14%
R=47.60%
G=41.27%
B=11.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2181895100.130.770.1549.5869.2952.75
HexDABD330D4DF324535
Octal33227563015115176210565
Binary110110101011110111001101101100110111111100101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABD33; }

 p { color: rgb(218,189,51); }

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

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

 a { background-color: rgb(218,189,51); }

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

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

 span { border-color: rgb(218,189,51); }

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