Html Css Color HEX #DDA616 Galliano

📋 copy color: '#DDA616'

red 221 ◦ green 166 ◦ blue 22

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

Shades of Galliano #DDA616

Tints of Galliano #DDA616

RGB

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

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

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

R = 54.03%
G = 40.59%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDA616 (or 0xDDA616) is known color: Galliano. HEX triplet: DD, A6 and 16. RGB value is (221,166,22). Sum of RGB (Red+Green+Blue) = 221+166+22=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 166 (65.23% from 255 or 40.59% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA616 is #2259E9. Grayscale: #A6A6A6. Windows color (decimal): -2251242 or 1484509. OLE color: 1484509.

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

Color convert

RGB 221 166 22 -
CMYK 0 0.25 0.90 0.13
HSL 43.42º 0.82% 0.48% -
HSV(B) 43.42º 0.9% 0.87% -
XYZ 43.6 42.7 6.7 -
YUV 166.03 46.72 167.21 -
System Red Green Blue C M Y K H S L
Decimal 221 166 22 0 0.25 0.90 0.13 43.42 0.82 0.48
Hex DD A6 16 0 19 5A D 2B 52 30
Octal 335 246 26 0 31 132 15 53 122 60
Binary 11011101 10100110 10110 0 11001 1011010 1101 101011 1010010 110000

Color Harmonies of #DDA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA616

Black with #DDA616

Text Example


Text Example

White with #DDA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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