Html Css Color HEX #DDAA20 Galliano

📋 copy color: '#DDAA20'

red 221 ◦ green 170 ◦ blue 32

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

Shades of Galliano #DDAA20

Tints of Galliano #DDAA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.57%

R = 52.25%
G = 40.19%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDAA20 (or 0xDDAA20) is known color: Galliano. HEX triplet: DD, AA and 20. RGB value is (221,170,32). Sum of RGB (Red+Green+Blue) = 221+170+32=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA20 is #2255DF. Grayscale: #AAAAAA. Windows color (decimal): -2250208 or 2140893. OLE color: 2140893.

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

Color convert

RGB 221 170 32 -
CMYK 0 0.23 0.86 0.13
HSL 43.81º 0.75% 0.5% -
HSV(B) 43.81º 0.86% 0.87% -
XYZ 44.45 44.23 7.56 -
YUV 169.52 50.4 164.72 -
System Red Green Blue C M Y K H S L
Decimal 221 170 32 0 0.23 0.86 0.13 43.81 0.75 0.5
Hex DD AA 20 0 17 56 D 2C 4B 32
Octal 335 252 40 0 27 126 15 54 113 62
Binary 11011101 10101010 100000 0 10111 1010110 1101 101100 1001011 110010

Color Harmonies of #DDAA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA20

Black with #DDAA20

Text Example


Text Example

White with #DDAA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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