#DDBA24

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

Shades of Gold Tips #DDBA24

Tints of Gold Tips #DDBA24

Color information

#DDBA24 (or 0xDDBA24) is unknown color: approx Gold Tips. HEX triplet: DD, BA and 24. RGB value is (221,186,36). Sum of RGB (Red+Green+Blue) = 221+186+36=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 36 (14.45% from 255 or 8.13% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBA24 is #2245DB. Grayscale: #B4B4B4. Windows color (decimal): -2246108 or 2407133. OLE color: 2407133.

HSL color Cylindrical-coordinate representation of color #DDBA24: hue angle of 48.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDBA24 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB22118636-
CMYK00.160.840.13
HSL48.65º73.12%50.39%-
HSV(B)48.65º83.71%86.67%-
XYZ47.750.628.93-
YUV179.3647.1157.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.89%
GREEN value IS 186 (73.05% from 255) = 41.99%
BLUE value IS 36 (14.45% from 255) = 8.13%
R=49.89%
G=41.99%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.84
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211863600.160.840.1348.6573.1250.39
HexDDBA2401054D314932
Octal33527244020124156111162
Binary1101110110111010100100010000101010011011100011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA24; }

 p { color: rgb(221,186,36); }

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

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

 a { background-color: rgb(221,186,36); }

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

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

 span { border-color: rgb(221,186,36); }

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