Html Css Color HEX #DDA620 Galliano

📋 copy color: '#DDA620'

red 221 ◦ green 166 ◦ blue 32

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

Shades of Galliano #DDA620

Tints of Galliano #DDA620

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.62%

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

R = 52.74%
G = 39.62%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDA620 (or 0xDDA620) is known color: Galliano. HEX triplet: DD, A6 and 20. RGB value is (221,166,32). Sum of RGB (Red+Green+Blue) = 221+166+32=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA620 is #2259DF. Grayscale: #A7A7A7. Windows color (decimal): -2251232 or 2139869. OLE color: 2139869.

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

Color convert

RGB 221 166 32 -
CMYK 0 0.25 0.86 0.13
HSL 42.54º 0.75% 0.5% -
HSV(B) 42.54º 0.86% 0.87% -
XYZ 43.72 42.75 7.31 -
YUV 167.17 51.72 166.4 -
System Red Green Blue C M Y K H S L
Decimal 221 166 32 0 0.25 0.86 0.13 42.54 0.75 0.5
Hex DD A6 20 0 19 56 D 2B 4B 32
Octal 335 246 40 0 31 126 15 53 113 62
Binary 11011101 10100110 100000 0 11001 1010110 1101 101011 1001011 110010

Color Harmonies of #DDA620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA620

Black with #DDA620

Text Example


Text Example

White with #DDA620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA620; }

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

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

background-color css

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

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

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

border-color css

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

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

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