Html Css Color HEX #DDA918 Galliano

📋 copy color: '#DDA918'

red 221 ◦ green 169 ◦ blue 24

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

Shades of Galliano #DDA918

Tints of Galliano #DDA918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.8%

R = 53.38%
G = 40.82%
B = 5.8%

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

#DDA918 (or 0xDDA918) is known color: Galliano. HEX triplet: DD, A9 and 18. RGB value is (221,169,24). Sum of RGB (Red+Green+Blue) = 221+169+24=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA918 is #2256E7. Grayscale: #A8A8A8. Windows color (decimal): -2250472 or 1616349. OLE color: 1616349.

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

Color convert

RGB 221 169 24 -
CMYK 0 0.24 0.89 0.13
HSL 44.16º 0.8% 0.48% -
HSV(B) 44.16º 0.89% 0.87% -
XYZ 44.17 43.81 6.99 -
YUV 168.02 46.73 165.79 -
System Red Green Blue C M Y K H S L
Decimal 221 169 24 0 0.24 0.89 0.13 44.16 0.8 0.48
Hex DD A9 18 0 18 59 D 2C 50 30
Octal 335 251 30 0 30 131 15 54 120 60
Binary 11011101 10101001 11000 0 11000 1011001 1101 101100 1010000 110000

Color Harmonies of #DDA918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA918

Black with #DDA918

Text Example


Text Example

White with #DDA918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA918; }

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

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

background-color css

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

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

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

border-color css

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

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

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