Html Css Color HEX #DDAA1A Galliano

📋 copy color: '#DDAA1A'

red 221 ◦ green 170 ◦ blue 26

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

Shades of Galliano #DDAA1A

Tints of Galliano #DDAA1A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.77%

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

R = 53%
G = 40.77%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DDAA1A (or 0xDDAA1A) is known color: Galliano. HEX triplet: DD, AA and 1A. RGB value is (221,170,26). Sum of RGB (Red+Green+Blue) = 221+170+26=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 26 (10.55% from 255 or 6.24% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA1A is #2255E5. Grayscale: #A9A9A9. Windows color (decimal): -2250214 or 1747677. OLE color: 1747677.

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

Color convert

RGB 221 170 26 -
CMYK 0 0.23 0.88 0.13
HSL 44.31º 0.79% 0.48% -
HSV(B) 44.31º 0.88% 0.87% -
XYZ 44.38 44.2 7.17 -
YUV 168.83 47.4 165.21 -
System Red Green Blue C M Y K H S L
Decimal 221 170 26 0 0.23 0.88 0.13 44.31 0.79 0.48
Hex DD AA 1A 0 17 58 D 2C 4F 30
Octal 335 252 32 0 27 130 15 54 117 60
Binary 11011101 10101010 11010 0 10111 1011000 1101 101100 1001111 110000

Color Harmonies of #DDAA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA1A

Black with #DDAA1A

Text Example


Text Example

White with #DDAA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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