Html Css Color HEX #DDA519 Galliano

📋 copy color: '#DDA519'

red 221 ◦ green 165 ◦ blue 25

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

Shades of Galliano #DDA519

Tints of Galliano #DDA519

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.15%

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

R = 53.77%
G = 40.15%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDA519 (or 0xDDA519) is known color: Galliano. HEX triplet: DD, A5 and 19. RGB value is (221,165,25). Sum of RGB (Red+Green+Blue) = 221+165+25=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 165 (64.84% from 255 or 40.15% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA519 is #225AE6. Grayscale: #A6A6A6. Windows color (decimal): -2251495 or 1680861. OLE color: 1680861.

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

Color convert

RGB 221 165 25 -
CMYK 0 0.25 0.89 0.13
HSL 42.86º 0.8% 0.48% -
HSV(B) 42.86º 0.89% 0.87% -
XYZ 43.45 42.35 6.8 -
YUV 165.78 48.55 167.38 -
System Red Green Blue C M Y K H S L
Decimal 221 165 25 0 0.25 0.89 0.13 42.86 0.8 0.48
Hex DD A5 19 0 19 59 D 2B 50 30
Octal 335 245 31 0 31 131 15 53 120 60
Binary 11011101 10100101 11001 0 11001 1011001 1101 101011 1010000 110000

Color Harmonies of #DDA519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA519

Black with #DDA519

Text Example


Text Example

White with #DDA519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA519; }

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

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

background-color css

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

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

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

border-color css

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

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

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