Html Css Color HEX #DDAC20 Galliano

📋 copy color: '#DDAC20'

red 221 ◦ green 172 ◦ blue 32

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

Shades of Galliano #DDAC20

Tints of Galliano #DDAC20

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.47%

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

R = 52%
G = 40.47%
B = 7.53%

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

#DDAC20 (or 0xDDAC20) is known color: Galliano. HEX triplet: DD, AC and 20. RGB value is (221,172,32). Sum of RGB (Red+Green+Blue) = 221+172+32=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAC20 is #2253DF. Grayscale: #ABABAB. Windows color (decimal): -2249696 or 2141405. OLE color: 2141405.

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

Color convert

RGB 221 172 32 -
CMYK 0 0.22 0.86 0.13
HSL 44.44º 0.75% 0.5% -
HSV(B) 44.44º 0.86% 0.87% -
XYZ 44.83 44.98 7.69 -
YUV 170.69 49.73 163.88 -
System Red Green Blue C M Y K H S L
Decimal 221 172 32 0 0.22 0.86 0.13 44.44 0.75 0.5
Hex DD AC 20 0 16 56 D 2C 4B 32
Octal 335 254 40 0 26 126 15 54 113 62
Binary 11011101 10101100 100000 0 10110 1010110 1101 101100 1001011 110010

Color Harmonies of #DDAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC20

Black with #DDAC20

Text Example


Text Example

White with #DDAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC20; }

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

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

background-color css

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

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

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

border-color css

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

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

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