Html Css Color HEX #DDAA27 Galliano

📋 copy color: '#DDAA27'

red 221 ◦ green 170 ◦ blue 39

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

Shades of Galliano #DDAA27

Tints of Galliano #DDAA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.07%

R = 51.4%
G = 39.53%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDAA27 (or 0xDDAA27) is known color: Galliano. HEX triplet: DD, AA and 27. RGB value is (221,170,39). Sum of RGB (Red+Green+Blue) = 221+170+39=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAA27 is #2255D8. Grayscale: #AAAAAA. Windows color (decimal): -2250201 or 2599645. OLE color: 2599645.

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

Color convert

RGB 221 170 39 -
CMYK 0 0.23 0.82 0.13
HSL 43.19º 0.73% 0.51% -
HSV(B) 43.19º 0.82% 0.87% -
XYZ 44.56 44.27 8.12 -
YUV 170.32 53.9 164.15 -
System Red Green Blue C M Y K H S L
Decimal 221 170 39 0 0.23 0.82 0.13 43.19 0.73 0.51
Hex DD AA 27 0 17 52 D 2B 49 33
Octal 335 252 47 0 27 122 15 53 111 63
Binary 11011101 10101010 100111 0 10111 1010010 1101 101011 1001001 110011

Color Harmonies of #DDAA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAA27

Black with #DDAA27

Text Example


Text Example

White with #DDAA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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