Html Css Color HEX #DFAD1C Galliano

📋 copy color: '#DFAD1C'

red 223 ◦ green 173 ◦ blue 28

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

Shades of Galliano #DFAD1C

Tints of Galliano #DFAD1C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.8%

 BLUE value IS 28 (11.33% from 255) = 6.6%

R = 52.59%
G = 40.8%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DFAD1C (or 0xDFAD1C) is known color: Galliano. HEX triplet: DF, AD and 1C. RGB value is (223,173,28). Sum of RGB (Red+Green+Blue) = 223+173+28=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAD1C is #2052E3. Grayscale: #ACACAC. Windows color (decimal): -2118372 or 1879519. OLE color: 1879519.

HSL color Cylindrical-coordinate representation of color #DFAD1C: hue angle of 44.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFAD1C is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 173 28 -
CMYK 0 0.22 0.87 0.13
HSL 44.62º 0.78% 0.49% -
HSV(B) 44.62º 0.87% 0.87% -
XYZ 45.58 45.66 7.51 -
YUV 171.42 47.07 164.79 -
System Red Green Blue C M Y K H S L
Decimal 223 173 28 0 0.22 0.87 0.13 44.62 0.78 0.49
Hex DF AD 1C 0 16 57 D 2D 4E 31
Octal 337 255 34 0 26 127 15 55 116 61
Binary 11011111 10101101 11100 0 10110 1010111 1101 101101 1001110 110001

Color Harmonies of #DFAD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD1C

Black with #DFAD1C

Text Example


Text Example

White with #DFAD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD1C; }

 p { color: rgb(223,173,28); }

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

background-color css

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

 a { background-color: rgb(223,173,28); }

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

border-color css

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

 span { border-color: rgb(223,173,28); }

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