Html Css Color HEX #DDA220 Galliano

📋 copy color: '#DDA220'

red 221 ◦ green 162 ◦ blue 32

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

Shades of Galliano #DDA220

Tints of Galliano #DDA220

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.04%

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

R = 53.25%
G = 39.04%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDA220 (or 0xDDA220) is known color: Galliano. HEX triplet: DD, A2 and 20. RGB value is (221,162,32). Sum of RGB (Red+Green+Blue) = 221+162+32=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA220 is #225DDF. Grayscale: #A5A5A5. Windows color (decimal): -2252256 or 2138845. OLE color: 2138845.

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

Color convert

RGB 221 162 32 -
CMYK 0 0.27 0.86 0.13
HSL 41.27º 0.75% 0.5% -
HSV(B) 41.27º 0.86% 0.87% -
XYZ 43 41.32 7.08 -
YUV 164.82 53.05 168.07 -
System Red Green Blue C M Y K H S L
Decimal 221 162 32 0 0.27 0.86 0.13 41.27 0.75 0.5
Hex DD A2 20 0 1B 56 D 29 4B 32
Octal 335 242 40 0 33 126 15 51 113 62
Binary 11011101 10100010 100000 0 11011 1010110 1101 101001 1001011 110010

Color Harmonies of #DDA220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA220

Black with #DDA220

Text Example


Text Example

White with #DDA220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA220; }

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

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

background-color css

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

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

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

border-color css

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

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

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