Html Css Color HEX #DDA320 Galliano

📋 copy color: '#DDA320'

red 221 ◦ green 163 ◦ blue 32

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

Shades of Galliano #DDA320

Tints of Galliano #DDA320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.18%

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

R = 53.13%
G = 39.18%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDA320 (or 0xDDA320) is known color: Galliano. HEX triplet: DD, A3 and 20. RGB value is (221,163,32). Sum of RGB (Red+Green+Blue) = 221+163+32=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA320 is #225CDF. Grayscale: #A5A5A5. Windows color (decimal): -2252000 or 2139101. OLE color: 2139101.

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

Color convert

RGB 221 163 32 -
CMYK 0 0.26 0.86 0.13
HSL 41.59º 0.75% 0.5% -
HSV(B) 41.59º 0.86% 0.87% -
XYZ 43.18 41.67 7.13 -
YUV 165.41 52.72 167.65 -
System Red Green Blue C M Y K H S L
Decimal 221 163 32 0 0.26 0.86 0.13 41.59 0.75 0.5
Hex DD A3 20 0 1A 56 D 2A 4B 32
Octal 335 243 40 0 32 126 15 52 113 62
Binary 11011101 10100011 100000 0 11010 1010110 1101 101010 1001011 110010

Color Harmonies of #DDA320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA320

Black with #DDA320

Text Example


Text Example

White with #DDA320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA320; }

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

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

background-color css

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

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

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

border-color css

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

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

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