Html Css Color HEX #DDA518 Galliano

📋 copy color: '#DDA518'

red 221 ◦ green 165 ◦ blue 24

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

Shades of Galliano #DDA518

Tints of Galliano #DDA518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.24%

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

R = 53.9%
G = 40.24%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDA518 (or 0xDDA518) is known color: Galliano. HEX triplet: DD, A5 and 18. RGB value is (221,165,24). Sum of RGB (Red+Green+Blue) = 221+165+24=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA518 is #225AE7. Grayscale: #A6A6A6. Windows color (decimal): -2251496 or 1615325. OLE color: 1615325.

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

Color convert

RGB 221 165 24 -
CMYK 0 0.25 0.89 0.13
HSL 42.94º 0.8% 0.48% -
HSV(B) 42.94º 0.89% 0.87% -
XYZ 43.44 42.35 6.75 -
YUV 165.67 48.05 167.46 -
System Red Green Blue C M Y K H S L
Decimal 221 165 24 0 0.25 0.89 0.13 42.94 0.8 0.48
Hex DD A5 18 0 19 59 D 2B 50 30
Octal 335 245 30 0 31 131 15 53 120 60
Binary 11011101 10100101 11000 0 11001 1011001 1101 101011 1010000 110000

Color Harmonies of #DDA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA518

Black with #DDA518

Text Example


Text Example

White with #DDA518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA518; }

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

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

background-color css

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

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

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

border-color css

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

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

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