Html Css Color HEX #DDAE11 Galliano

📋 copy color: '#DDAE11'

red 221 ◦ green 174 ◦ blue 17

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

Shades of Galliano #DDAE11

Tints of Galliano #DDAE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.13%

R = 53.64%
G = 42.23%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DDAE11 (or 0xDDAE11) is known color: Galliano. HEX triplet: DD, AE and 11. RGB value is (221,174,17). Sum of RGB (Red+Green+Blue) = 221+174+17=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 174 (68.36% from 255 or 42.23% from 412); Blue value is 17 (7.03% from 255 or 4.13% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAE11 is #2251EE. Grayscale: #AAAAAA. Windows color (decimal): -2249199 or 1158877. OLE color: 1158877.

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

Color convert

RGB 221 174 17 -
CMYK 0 0.21 0.92 0.13
HSL 46.18º 0.86% 0.47% -
HSV(B) 46.18º 0.92% 0.87% -
XYZ 45.06 45.68 6.97 -
YUV 170.16 41.57 164.27 -
System Red Green Blue C M Y K H S L
Decimal 221 174 17 0 0.21 0.92 0.13 46.18 0.86 0.47
Hex DD AE 11 0 15 5C D 2E 56 2F
Octal 335 256 21 0 25 134 15 56 126 57
Binary 11011101 10101110 10001 0 10101 1011100 1101 101110 1010110 101111

Color Harmonies of #DDAE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE11

Black with #DDAE11

Text Example


Text Example

White with #DDAE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE11; }

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

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

background-color css

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

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

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

border-color css

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

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

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