Html Css Color HEX #DDA41A Galliano

📋 copy color: '#DDA41A'

red 221 ◦ green 164 ◦ blue 26

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

Shades of Galliano #DDA41A

Tints of Galliano #DDA41A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.33%

R = 53.77%
G = 39.9%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDA41A (or 0xDDA41A) is known color: Galliano. HEX triplet: DD, A4 and 1A. RGB value is (221,164,26). Sum of RGB (Red+Green+Blue) = 221+164+26=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA41A is #225BE5. Grayscale: #A5A5A5. Windows color (decimal): -2251750 or 1746141. OLE color: 1746141.

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

Color convert

RGB 221 164 26 -
CMYK 0 0.26 0.88 0.13
HSL 42.46º 0.79% 0.48% -
HSV(B) 42.46º 0.88% 0.87% -
XYZ 43.28 42 6.8 -
YUV 165.31 49.38 167.72 -
System Red Green Blue C M Y K H S L
Decimal 221 164 26 0 0.26 0.88 0.13 42.46 0.79 0.48
Hex DD A4 1A 0 1A 58 D 2A 4F 30
Octal 335 244 32 0 32 130 15 52 117 60
Binary 11011101 10100100 11010 0 11010 1011000 1101 101010 1001111 110000

Color Harmonies of #DDA41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA41A

Black with #DDA41A

Text Example


Text Example

White with #DDA41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA41A; }

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

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

background-color css

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

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

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

border-color css

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

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

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