Html Css Color HEX #DDA619 Galliano

📋 copy color: '#DDA619'

red 221 ◦ green 166 ◦ blue 25

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

Shades of Galliano #DDA619

Tints of Galliano #DDA619

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.29%

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

R = 53.64%
G = 40.29%
B = 6.07%

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

#DDA619 (or 0xDDA619) is known color: Galliano. HEX triplet: DD, A6 and 19. RGB value is (221,166,25). Sum of RGB (Red+Green+Blue) = 221+166+25=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA619 is #2259E6. Grayscale: #A6A6A6. Windows color (decimal): -2251239 or 1681117. OLE color: 1681117.

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

Color convert

RGB 221 166 25 -
CMYK 0 0.25 0.89 0.13
HSL 43.16º 0.8% 0.48% -
HSV(B) 43.16º 0.89% 0.87% -
XYZ 43.63 42.71 6.86 -
YUV 166.37 48.22 166.96 -
System Red Green Blue C M Y K H S L
Decimal 221 166 25 0 0.25 0.89 0.13 43.16 0.8 0.48
Hex DD A6 19 0 19 59 D 2B 50 30
Octal 335 246 31 0 31 131 15 53 120 60
Binary 11011101 10100110 11001 0 11001 1011001 1101 101011 1010000 110000

Color Harmonies of #DDA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA619

Black with #DDA619

Text Example


Text Example

White with #DDA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA619; }

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

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

background-color css

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

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

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

border-color css

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

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

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