Html Css Color HEX #DDA120 Galliano

📋 copy color: '#DDA120'

red 221 ◦ green 161 ◦ blue 32

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

Shades of Galliano #DDA120

Tints of Galliano #DDA120

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.89%

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

R = 53.38%
G = 38.89%
B = 7.73%

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

#DDA120 (or 0xDDA120) is known color: Galliano. HEX triplet: DD, A1 and 20. RGB value is (221,161,32). Sum of RGB (Red+Green+Blue) = 221+161+32=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA120 is #225EDF. Grayscale: #A4A4A4. Windows color (decimal): -2252512 or 2138589. OLE color: 2138589.

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

Color convert

RGB 221 161 32 -
CMYK 0 0.27 0.86 0.13
HSL 40.95º 0.75% 0.5% -
HSV(B) 40.95º 0.86% 0.87% -
XYZ 42.82 40.97 7.02 -
YUV 164.23 53.38 168.49 -
System Red Green Blue C M Y K H S L
Decimal 221 161 32 0 0.27 0.86 0.13 40.95 0.75 0.5
Hex DD A1 20 0 1B 56 D 29 4B 32
Octal 335 241 40 0 33 126 15 51 113 62
Binary 11011101 10100001 100000 0 11011 1010110 1101 101001 1001011 110010

Color Harmonies of #DDA120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA120

Black with #DDA120

Text Example


Text Example

White with #DDA120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA120; }

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

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

background-color css

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

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

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

border-color css

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

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

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