Html Css Color HEX #DDA919 Galliano

📋 copy color: '#DDA919'

red 221 ◦ green 169 ◦ blue 25

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

Shades of Galliano #DDA919

Tints of Galliano #DDA919

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.72%

 BLUE value IS 25 (10.16% from 255) = 6.02%

R = 53.25%
G = 40.72%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDA919 (or 0xDDA919) is known color: Galliano. HEX triplet: DD, A9 and 19. RGB value is (221,169,25). Sum of RGB (Red+Green+Blue) = 221+169+25=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 25 (10.16% from 255 or 6.02% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA919 is #2256E6. Grayscale: #A8A8A8. Windows color (decimal): -2250471 or 1681885. OLE color: 1681885.

HSL color Cylindrical-coordinate representation of color #DDA919: hue angle of 44.08º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDA919 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 25 -
CMYK 0 0.24 0.89 0.13
HSL 44.08º 0.8% 0.48% -
HSV(B) 44.08º 0.89% 0.87% -
XYZ 44.18 43.82 7.05 -
YUV 168.13 47.23 165.71 -
System Red Green Blue C M Y K H S L
Decimal 221 169 25 0 0.24 0.89 0.13 44.08 0.8 0.48
Hex DD A9 19 0 18 59 D 2C 50 30
Octal 335 251 31 0 30 131 15 54 120 60
Binary 11011101 10101001 11001 0 11000 1011001 1101 101100 1010000 110000

Color Harmonies of #DDA919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA919

Black with #DDA919

Text Example


Text Example

White with #DDA919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA919; }

 p { color: rgb(221,169,25); }

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

background-color css

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

 a { background-color: rgb(221,169,25); }

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

border-color css

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

 span { border-color: rgb(221,169,25); }

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