Html Css Color HEX #DDAC19 Galliano

📋 copy color: '#DDAC19'

red 221 ◦ green 172 ◦ blue 25

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

Shades of Galliano #DDAC19

Tints of Galliano #DDAC19

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.15%

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

R = 52.87%
G = 41.15%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDAC19 (or 0xDDAC19) is known color: Galliano. HEX triplet: DD, AC and 19. RGB value is (221,172,25). Sum of RGB (Red+Green+Blue) = 221+172+25=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 25 (10.16% from 255 or 5.98% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAC19 is #2253E6. Grayscale: #AAAAAA. Windows color (decimal): -2249703 or 1682653. OLE color: 1682653.

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

Color convert

RGB 221 172 25 -
CMYK 0 0.22 0.89 0.13
HSL 45º 0.8% 0.48% -
HSV(B) 45º 0.89% 0.87% -
XYZ 44.75 44.95 7.24 -
YUV 169.89 46.23 164.45 -
System Red Green Blue C M Y K H S L
Decimal 221 172 25 0 0.22 0.89 0.13 45 0.8 0.48
Hex DD AC 19 0 16 59 D 2D 50 30
Octal 335 254 31 0 26 131 15 55 120 60
Binary 11011101 10101100 11001 0 10110 1011001 1101 101101 1010000 110000

Color Harmonies of #DDAC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC19

Black with #DDAC19

Text Example


Text Example

White with #DDAC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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