Html Css Color HEX #DDA618 Galliano

📋 copy color: '#DDA618'

red 221 ◦ green 166 ◦ blue 24

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

Shades of Galliano #DDA618

Tints of Galliano #DDA618

RGB

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

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

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

R = 53.77%
G = 40.39%
B = 5.84%

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

#DDA618 (or 0xDDA618) is known color: Galliano. HEX triplet: DD, A6 and 18. RGB value is (221,166,24). Sum of RGB (Red+Green+Blue) = 221+166+24=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 166 (65.23% from 255 or 40.39% from 411); Blue value is 24 (9.77% from 255 or 5.84% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDA618 is #2259E7. Grayscale: #A6A6A6. Windows color (decimal): -2251240 or 1615581. OLE color: 1615581.

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

Color convert

RGB 221 166 24 -
CMYK 0 0.25 0.89 0.13
HSL 43.25º 0.8% 0.48% -
HSV(B) 43.25º 0.89% 0.87% -
XYZ 43.62 42.71 6.81 -
YUV 166.26 47.72 167.05 -
System Red Green Blue C M Y K H S L
Decimal 221 166 24 0 0.25 0.89 0.13 43.25 0.8 0.48
Hex DD A6 18 0 19 59 D 2B 50 30
Octal 335 246 30 0 31 131 15 53 120 60
Binary 11011101 10100110 11000 0 11001 1011001 1101 101011 1010000 110000

Color Harmonies of #DDA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA618

Black with #DDA618

Text Example


Text Example

White with #DDA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA618; }

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

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

background-color css

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

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

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

border-color css

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

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

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