Html Css Color HEX #DFA41C Galliano

📋 copy color: '#DFA41C'

red 223 ◦ green 164 ◦ blue 28

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

Shades of Galliano #DFA41C

Tints of Galliano #DFA41C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.52%

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

R = 53.73%
G = 39.52%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DFA41C (or 0xDFA41C) is known color: Galliano. HEX triplet: DF, A4 and 1C. RGB value is (223,164,28). Sum of RGB (Red+Green+Blue) = 223+164+28=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA41C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA41C is #205BE3. Grayscale: #A6A6A6. Windows color (decimal): -2120676 or 1877215. OLE color: 1877215.

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

Color convert

RGB 223 164 28 -
CMYK 0 0.26 0.87 0.13
HSL 41.85º 0.78% 0.49% -
HSV(B) 41.85º 0.87% 0.87% -
XYZ 43.92 42.32 6.95 -
YUV 166.14 50.05 168.56 -
System Red Green Blue C M Y K H S L
Decimal 223 164 28 0 0.26 0.87 0.13 41.85 0.78 0.49
Hex DF A4 1C 0 1A 57 D 2A 4E 31
Octal 337 244 34 0 32 127 15 52 116 61
Binary 11011111 10100100 11100 0 11010 1010111 1101 101010 1001110 110001

Color Harmonies of #DFA41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA41C

Black with #DFA41C

Text Example


Text Example

White with #DFA41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA41C; }

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

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

background-color css

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

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

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

border-color css

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

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

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