Html Css Color HEX #DDAA29 Galliano

📋 copy color: '#DDAA29'

red 221 ◦ green 170 ◦ blue 41

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

Shades of Galliano #DDAA29

Tints of Galliano #DDAA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.49%

R = 51.16%
G = 39.35%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDAA29 (or 0xDDAA29) is known color: Galliano. HEX triplet: DD, AA and 29. RGB value is (221,170,41). Sum of RGB (Red+Green+Blue) = 221+170+41=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 41 (16.41% from 255 or 9.49% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA29 is #2255D6. Grayscale: #ABABAB. Windows color (decimal): -2250199 or 2730717. OLE color: 2730717.

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

Color convert

RGB 221 170 41 -
CMYK 0 0.23 0.81 0.13
HSL 43º 0.73% 0.51% -
HSV(B) 43º 0.81% 0.87% -
XYZ 44.59 44.28 8.29 -
YUV 170.54 54.9 163.99 -
System Red Green Blue C M Y K H S L
Decimal 221 170 41 0 0.23 0.81 0.13 43 0.73 0.51
Hex DD AA 29 0 17 51 D 2B 49 33
Octal 335 252 51 0 27 121 15 53 111 63
Binary 11011101 10101010 101001 0 10111 1010001 1101 101011 1001001 110011

Color Harmonies of #DDAA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA29

Black with #DDAA29

Text Example


Text Example

White with #DDAA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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