Html Css Color HEX #DDA820 Galliano

📋 copy color: '#DDA820'

red 221 ◦ green 168 ◦ blue 32

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

Shades of Galliano #DDA820

Tints of Galliano #DDA820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.9%

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

R = 52.49%
G = 39.9%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDA820 (or 0xDDA820) is known color: Galliano. HEX triplet: DD, A8 and 20. RGB value is (221,168,32). Sum of RGB (Red+Green+Blue) = 221+168+32=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA820 is #2257DF. Grayscale: #A8A8A8. Windows color (decimal): -2250720 or 2140381. OLE color: 2140381.

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

Color convert

RGB 221 168 32 -
CMYK 0 0.24 0.86 0.13
HSL 43.17º 0.75% 0.5% -
HSV(B) 43.17º 0.86% 0.87% -
XYZ 44.08 43.48 7.44 -
YUV 168.34 51.06 165.56 -
System Red Green Blue C M Y K H S L
Decimal 221 168 32 0 0.24 0.86 0.13 43.17 0.75 0.5
Hex DD A8 20 0 18 56 D 2B 4B 32
Octal 335 250 40 0 30 126 15 53 113 62
Binary 11011101 10101000 100000 0 11000 1010110 1101 101011 1001011 110010

Color Harmonies of #DDA820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA820

Black with #DDA820

Text Example


Text Example

White with #DDA820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA820; }

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

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

background-color css

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

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

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

border-color css

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

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

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