Html Css Color HEX #DDAE20 Galliano

📋 copy color: '#DDAE20'

red 221 ◦ green 174 ◦ blue 32

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

Shades of Galliano #DDAE20

Tints of Galliano #DDAE20

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.75%

 BLUE value IS 32 (12.89% from 255) = 7.49%

R = 51.76%
G = 40.75%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDAE20 (or 0xDDAE20) is known color: Galliano. HEX triplet: DD, AE and 20. RGB value is (221,174,32). Sum of RGB (Red+Green+Blue) = 221+174+32=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAE20 is #2251DF. Grayscale: #ACACAC. Windows color (decimal): -2249184 or 2141917. OLE color: 2141917.

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

Color convert

RGB 221 174 32 -
CMYK 0 0.21 0.86 0.13
HSL 45.08º 0.75% 0.5% -
HSV(B) 45.08º 0.86% 0.87% -
XYZ 45.22 45.75 7.81 -
YUV 171.87 49.07 163.05 -
System Red Green Blue C M Y K H S L
Decimal 221 174 32 0 0.21 0.86 0.13 45.08 0.75 0.5
Hex DD AE 20 0 15 56 D 2D 4B 32
Octal 335 256 40 0 25 126 15 55 113 62
Binary 11011101 10101110 100000 0 10101 1010110 1101 101101 1001011 110010

Color Harmonies of #DDAE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE20

Black with #DDAE20

Text Example


Text Example

White with #DDAE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE20; }

 p { color: rgb(221,174,32); }

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

background-color css

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

 a { background-color: rgb(221,174,32); }

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

border-color css

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

 span { border-color: rgb(221,174,32); }

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