Html Css Color HEX #DFAE16 Galliano

📋 copy color: '#DFAE16'

red 223 ◦ green 174 ◦ blue 22

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

Shades of Galliano #DFAE16

Tints of Galliano #DFAE16

RGB

 RED value IS 223 (87.5% from 255) = 53.22%

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

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

R = 53.22%
G = 41.53%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFAE16 (or 0xDFAE16) is known color: Galliano. HEX triplet: DF, AE and 16. RGB value is (223,174,22). Sum of RGB (Red+Green+Blue) = 223+174+22=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAE16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAE16 is #2051E9. Grayscale: #ABABAB. Windows color (decimal): -2118122 or 1486559. OLE color: 1486559.

HSL color Cylindrical-coordinate representation of color #DFAE16: hue angle of 45.37º 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 #DFAE16 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 174 22 -
CMYK 0 0.22 0.90 0.13
HSL 45.37º 0.82% 0.48% -
HSV(B) 45.37º 0.9% 0.87% -
XYZ 45.71 46.02 7.23 -
YUV 171.32 43.73 164.86 -
System Red Green Blue C M Y K H S L
Decimal 223 174 22 0 0.22 0.90 0.13 45.37 0.82 0.48
Hex DF AE 16 0 16 5A D 2D 52 30
Octal 337 256 26 0 26 132 15 55 122 60
Binary 11011111 10101110 10110 0 10110 1011010 1101 101101 1010010 110000

Color Harmonies of #DFAE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAE16

Black with #DFAE16

Text Example


Text Example

White with #DFAE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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