Html Css Color HEX #DDA720 Galliano

📋 copy color: '#DDA720'

red 221 ◦ green 167 ◦ blue 32

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

Shades of Galliano #DDA720

Tints of Galliano #DDA720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.76%

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

R = 52.62%
G = 39.76%
B = 7.62%

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

#DDA720 (or 0xDDA720) is known color: Galliano. HEX triplet: DD, A7 and 20. RGB value is (221,167,32). Sum of RGB (Red+Green+Blue) = 221+167+32=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 167 (65.62% from 255 or 39.76% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA720 is #2258DF. Grayscale: #A8A8A8. Windows color (decimal): -2250976 or 2140125. OLE color: 2140125.

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

Color convert

RGB 221 167 32 -
CMYK 0 0.24 0.86 0.13
HSL 42.86º 0.75% 0.5% -
HSV(B) 42.86º 0.86% 0.87% -
XYZ 43.9 43.11 7.37 -
YUV 167.76 51.39 165.98 -
System Red Green Blue C M Y K H S L
Decimal 221 167 32 0 0.24 0.86 0.13 42.86 0.75 0.5
Hex DD A7 20 0 18 56 D 2B 4B 32
Octal 335 247 40 0 30 126 15 53 113 62
Binary 11011101 10100111 100000 0 11000 1010110 1101 101011 1001011 110010

Color Harmonies of #DDA720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA720

Black with #DDA720

Text Example


Text Example

White with #DDA720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA720; }

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

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

background-color css

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

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

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

border-color css

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

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

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