Html Css Color HEX #DDA417 Galliano

📋 copy color: '#DDA417'

red 221 ◦ green 164 ◦ blue 23

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

Shades of Galliano #DDA417

Tints of Galliano #DDA417

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.2%

 BLUE value IS 23 (9.38% from 255) = 5.64%

R = 54.17%
G = 40.2%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDA417 (or 0xDDA417) is known color: Galliano. HEX triplet: DD, A4 and 17. RGB value is (221,164,23). Sum of RGB (Red+Green+Blue) = 221+164+23=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 23 (9.38% from 255 or 5.64% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA417 is #225BE8. Grayscale: #A5A5A5. Windows color (decimal): -2251753 or 1549533. OLE color: 1549533.

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

Color convert

RGB 221 164 23 -
CMYK 0 0.26 0.90 0.13
HSL 42.73º 0.81% 0.48% -
HSV(B) 42.73º 0.9% 0.87% -
XYZ 43.25 41.98 6.64 -
YUV 164.97 47.88 167.96 -
System Red Green Blue C M Y K H S L
Decimal 221 164 23 0 0.26 0.90 0.13 42.73 0.81 0.48
Hex DD A4 17 0 1A 5A D 2B 51 30
Octal 335 244 27 0 32 132 15 53 121 60
Binary 11011101 10100100 10111 0 11010 1011010 1101 101011 1010001 110000

Color Harmonies of #DDA417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA417

Black with #DDA417

Text Example


Text Example

White with #DDA417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA417; }

 p { color: rgb(221,164,23); }

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

background-color css

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

 a { background-color: rgb(221,164,23); }

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

border-color css

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

 span { border-color: rgb(221,164,23); }

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