Html Css Color HEX #DDAE16 Galliano

📋 copy color: '#DDAE16'

red 221 ◦ green 174 ◦ blue 22

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

Shades of Galliano #DDAE16

Tints of Galliano #DDAE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.28%

R = 53%
G = 41.73%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DDAE16 (or 0xDDAE16) is known color: Galliano. HEX triplet: DD, AE and 16. RGB value is (221,174,22). Sum of RGB (Red+Green+Blue) = 221+174+22=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 22 (8.98% from 255 or 5.28% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDAE16 is #2251E9. Grayscale: #ABABAB. Windows color (decimal): -2249194 or 1486557. OLE color: 1486557.

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

Color convert

RGB 221 174 22 -
CMYK 0 0.21 0.90 0.13
HSL 45.83º 0.82% 0.48% -
HSV(B) 45.83º 0.9% 0.87% -
XYZ 45.1 45.7 7.2 -
YUV 170.73 44.07 163.86 -
System Red Green Blue C M Y K H S L
Decimal 221 174 22 0 0.21 0.90 0.13 45.83 0.82 0.48
Hex DD AE 16 0 15 5A D 2E 52 30
Octal 335 256 26 0 25 132 15 56 122 60
Binary 11011101 10101110 10110 0 10101 1011010 1101 101110 1010010 110000

Color Harmonies of #DDAE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAE16

Black with #DDAE16

Text Example


Text Example

White with #DDAE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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