Html Css Color HEX #DDAA19 Galliano

📋 copy color: '#DDAA19'

red 221 ◦ green 170 ◦ blue 25

#DDAA19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #DDAA19

Tints of Galliano #DDAA19

RGB

 RED value IS 221 (86.72% from 255) = 53.13%

 GREEN value IS 170 (66.8% from 255) = 40.87%

 BLUE value IS 25 (10.16% from 255) = 6.01%

R = 53.13%
G = 40.87%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDAA19 (or 0xDDAA19) is known color: Galliano. HEX triplet: DD, AA and 19. RGB value is (221,170,25). Sum of RGB (Red+Green+Blue) = 221+170+25=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAA19 is #2255E6. Grayscale: #A9A9A9. Windows color (decimal): -2250215 or 1682141. OLE color: 1682141.

HSL color Cylindrical-coordinate representation of color #DDAA19: hue angle of 44.39º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDAA19 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 170 25 -
CMYK 0 0.23 0.89 0.13
HSL 44.39º 0.8% 0.48% -
HSV(B) 44.39º 0.89% 0.87% -
XYZ 44.37 44.19 7.11 -
YUV 168.72 46.9 165.29 -
System Red Green Blue C M Y K H S L
Decimal 221 170 25 0 0.23 0.89 0.13 44.39 0.8 0.48
Hex DD AA 19 0 17 59 D 2C 50 30
Octal 335 252 31 0 27 131 15 54 120 60
Binary 11011101 10101010 11001 0 10111 1011001 1101 101100 1010000 110000

Color Harmonies of #DDAA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA19

Black with #DDAA19

Text Example


Text Example

White with #DDAA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA19; }

 p { color: rgb(221,170,25); }

 H1.HeaderClassName
 {
   color: #DDAA19;
 }
 .AnyTagClassName
 {
   color: #DDAA19;
 }
</style>

background-color css

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

 a { background-color: rgb(221,170,25); }

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

border-color css

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

 span { border-color: rgb(221,170,25); }

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