Html Css Color HEX #DDA424 Galliano

📋 copy color: '#DDA424'

red 221 ◦ green 164 ◦ blue 36

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

Shades of Galliano #DDA424

Tints of Galliano #DDA424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.55%

R = 52.49%
G = 38.95%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DDA424 (or 0xDDA424) is known color: Galliano. HEX triplet: DD, A4 and 24. RGB value is (221,164,36). Sum of RGB (Red+Green+Blue) = 221+164+36=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 36 (14.45% from 255 or 8.55% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA424 is #225BDB. Grayscale: #A7A7A7. Windows color (decimal): -2251740 or 2401501. OLE color: 2401501.

HSL color Cylindrical-coordinate representation of color #DDA424: hue angle of 41.51º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDA424 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 164 36 -
CMYK 0 0.26 0.84 0.13
HSL 41.51º 0.73% 0.5% -
HSV(B) 41.51º 0.84% 0.87% -
XYZ 43.41 42.05 7.5 -
YUV 166.45 54.38 166.91 -
System Red Green Blue C M Y K H S L
Decimal 221 164 36 0 0.26 0.84 0.13 41.51 0.73 0.5
Hex DD A4 24 0 1A 54 D 2A 49 32
Octal 335 244 44 0 32 124 15 52 111 62
Binary 11011101 10100100 100100 0 11010 1010100 1101 101010 1001001 110010

Color Harmonies of #DDA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA424

Black with #DDA424

Text Example


Text Example

White with #DDA424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA424; }

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

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

background-color css

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

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

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

border-color css

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

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

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