Html Css Color HEX #DDAA22 Galliano

📋 copy color: '#DDAA22'

red 221 ◦ green 170 ◦ blue 34

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

Shades of Galliano #DDAA22

Tints of Galliano #DDAA22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8%

R = 52%
G = 40%
B = 8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDAA22 (or 0xDDAA22) is known color: Galliano. HEX triplet: DD, AA and 22. RGB value is (221,170,34). Sum of RGB (Red+Green+Blue) = 221+170+34=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA22 is #2255DD. Grayscale: #AAAAAA. Windows color (decimal): -2250206 or 2271965. OLE color: 2271965.

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

Color convert

RGB 221 170 34 -
CMYK 0 0.23 0.85 0.13
HSL 43.64º 0.73% 0.5% -
HSV(B) 43.64º 0.85% 0.87% -
XYZ 44.48 44.24 7.71 -
YUV 169.75 51.4 164.56 -
System Red Green Blue C M Y K H S L
Decimal 221 170 34 0 0.23 0.85 0.13 43.64 0.73 0.5
Hex DD AA 22 0 17 55 D 2C 49 32
Octal 335 252 42 0 27 125 15 54 111 62
Binary 11011101 10101010 100010 0 10111 1010101 1101 101100 1001001 110010

Color Harmonies of #DDAA22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA22

Black with #DDAA22

Text Example


Text Example

White with #DDAA22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA22; }

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

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

background-color css

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

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

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

border-color css

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

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

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