Html Css Color HEX #DDA818 Galliano

📋 copy color: '#DDA818'

red 221 ◦ green 168 ◦ blue 24

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

Shades of Galliano #DDA818

Tints of Galliano #DDA818

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.68%

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

R = 53.51%
G = 40.68%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDA818 (or 0xDDA818) is known color: Galliano. HEX triplet: DD, A8 and 18. RGB value is (221,168,24). Sum of RGB (Red+Green+Blue) = 221+168+24=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 24 (9.77% from 255 or 5.81% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA818 is #2257E7. Grayscale: #A8A8A8. Windows color (decimal): -2250728 or 1616093. OLE color: 1616093.

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

Color convert

RGB 221 168 24 -
CMYK 0 0.24 0.89 0.13
HSL 43.86º 0.8% 0.48% -
HSV(B) 43.86º 0.89% 0.87% -
XYZ 43.99 43.44 6.93 -
YUV 167.43 47.06 166.21 -
System Red Green Blue C M Y K H S L
Decimal 221 168 24 0 0.24 0.89 0.13 43.86 0.8 0.48
Hex DD A8 18 0 18 59 D 2C 50 30
Octal 335 250 30 0 30 131 15 54 120 60
Binary 11011101 10101000 11000 0 11000 1011001 1101 101100 1010000 110000

Color Harmonies of #DDA818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA818

Black with #DDA818

Text Example


Text Example

White with #DDA818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA818; }

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

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

background-color css

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

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

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

border-color css

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

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

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