Html Css Color HEX #DDA418 Galliano

📋 copy color: '#DDA418'

red 221 ◦ green 164 ◦ blue 24

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

Shades of Galliano #DDA418

Tints of Galliano #DDA418

RGB

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

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

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

R = 54.03%
G = 40.1%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDA418 (or 0xDDA418) is known color: Galliano. HEX triplet: DD, A4 and 18. RGB value is (221,164,24). Sum of RGB (Red+Green+Blue) = 221+164+24=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA418 is #225BE7. Grayscale: #A5A5A5. Windows color (decimal): -2251752 or 1615069. OLE color: 1615069.

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

Color convert

RGB 221 164 24 -
CMYK 0 0.26 0.89 0.13
HSL 42.64º 0.8% 0.48% -
HSV(B) 42.64º 0.89% 0.87% -
XYZ 43.26 41.99 6.69 -
YUV 165.08 48.38 167.88 -
System Red Green Blue C M Y K H S L
Decimal 221 164 24 0 0.26 0.89 0.13 42.64 0.8 0.48
Hex DD A4 18 0 1A 59 D 2B 50 30
Octal 335 244 30 0 32 131 15 53 120 60
Binary 11011101 10100100 11000 0 11010 1011001 1101 101011 1010000 110000

Color Harmonies of #DDA418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA418

Black with #DDA418

Text Example


Text Example

White with #DDA418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA418; }

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

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

background-color css

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

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

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

border-color css

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

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

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