Html Css Color HEX #DDA916 Galliano

📋 copy color: '#DDA916'

red 221 ◦ green 169 ◦ blue 22

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

Shades of Galliano #DDA916

Tints of Galliano #DDA916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.34%

R = 53.64%
G = 41.02%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDA916 (or 0xDDA916) is known color: Galliano. HEX triplet: DD, A9 and 16. RGB value is (221,169,22). Sum of RGB (Red+Green+Blue) = 221+169+22=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 22 (8.98% from 255 or 5.34% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA916 is #2256E9. Grayscale: #A8A8A8. Windows color (decimal): -2250474 or 1485277. OLE color: 1485277.

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

Color convert

RGB 221 169 22 -
CMYK 0 0.24 0.90 0.13
HSL 44.32º 0.82% 0.48% -
HSV(B) 44.32º 0.9% 0.87% -
XYZ 44.15 43.81 6.89 -
YUV 167.79 45.73 165.95 -
System Red Green Blue C M Y K H S L
Decimal 221 169 22 0 0.24 0.90 0.13 44.32 0.82 0.48
Hex DD A9 16 0 18 5A D 2C 52 30
Octal 335 251 26 0 30 132 15 54 122 60
Binary 11011101 10101001 10110 0 11000 1011010 1101 101100 1010010 110000

Color Harmonies of #DDA916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA916

Black with #DDA916

Text Example


Text Example

White with #DDA916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA916; }

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

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

background-color css

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

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

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

border-color css

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

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

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