Html Css Color HEX #DDAD20 Galliano

📋 copy color: '#DDAD20'

red 221 ◦ green 173 ◦ blue 32

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

Shades of Galliano #DDAD20

Tints of Galliano #DDAD20

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.61%

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

R = 51.88%
G = 40.61%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDAD20 (or 0xDDAD20) is known color: Galliano. HEX triplet: DD, AD and 20. RGB value is (221,173,32). Sum of RGB (Red+Green+Blue) = 221+173+32=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAD20 is #2252DF. Grayscale: #ABABAB. Windows color (decimal): -2249440 or 2141661. OLE color: 2141661.

HSL color Cylindrical-coordinate representation of color #DDAD20: hue angle of 44.76º 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 #DDAD20 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 173 32 -
CMYK 0 0.22 0.86 0.13
HSL 44.76º 0.75% 0.5% -
HSV(B) 44.76º 0.86% 0.87% -
XYZ 45.02 45.36 7.75 -
YUV 171.28 49.4 163.46 -
System Red Green Blue C M Y K H S L
Decimal 221 173 32 0 0.22 0.86 0.13 44.76 0.75 0.5
Hex DD AD 20 0 16 56 D 2D 4B 32
Octal 335 255 40 0 26 126 15 55 113 62
Binary 11011101 10101101 100000 0 10110 1010110 1101 101101 1001011 110010

Color Harmonies of #DDAD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAD20

Black with #DDAD20

Text Example


Text Example

White with #DDAD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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