Html Css Color HEX #DDAE19 Galliano

📋 copy color: '#DDAE19'

red 221 ◦ green 174 ◦ blue 25

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

Shades of Galliano #DDAE19

Tints of Galliano #DDAE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.95%

R = 52.62%
G = 41.43%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DDAE19 (or 0xDDAE19) is known color: Galliano. HEX triplet: DD, AE and 19. RGB value is (221,174,25). Sum of RGB (Red+Green+Blue) = 221+174+25=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAE19 is #2251E6. Grayscale: #ABABAB. Windows color (decimal): -2249191 or 1683165. OLE color: 1683165.

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

Color convert

RGB 221 174 25 -
CMYK 0 0.21 0.89 0.13
HSL 45.61º 0.8% 0.48% -
HSV(B) 45.61º 0.89% 0.87% -
XYZ 45.13 45.71 7.36 -
YUV 171.07 45.57 163.62 -
System Red Green Blue C M Y K H S L
Decimal 221 174 25 0 0.21 0.89 0.13 45.61 0.8 0.48
Hex DD AE 19 0 15 59 D 2E 50 30
Octal 335 256 31 0 25 131 15 56 120 60
Binary 11011101 10101110 11001 0 10101 1011001 1101 101110 1010000 110000

Color Harmonies of #DDAE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE19

Black with #DDAE19

Text Example


Text Example

White with #DDAE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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