Html Css Color HEX #DFA71C Galliano

📋 copy color: '#DFA71C'

red 223 ◦ green 167 ◦ blue 28

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

Shades of Galliano #DFA71C

Tints of Galliano #DFA71C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.95%

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

R = 53.35%
G = 39.95%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DFA71C (or 0xDFA71C) is known color: Galliano. HEX triplet: DF, A7 and 1C. RGB value is (223,167,28). Sum of RGB (Red+Green+Blue) = 223+167+28=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA71C is #2058E3. Grayscale: #A8A8A8. Windows color (decimal): -2119908 or 1877983. OLE color: 1877983.

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

Color convert

RGB 223 167 28 -
CMYK 0 0.25 0.87 0.13
HSL 42.77º 0.78% 0.49% -
HSV(B) 42.77º 0.87% 0.87% -
XYZ 44.46 43.41 7.13 -
YUV 167.9 49.05 167.3 -
System Red Green Blue C M Y K H S L
Decimal 223 167 28 0 0.25 0.87 0.13 42.77 0.78 0.49
Hex DF A7 1C 0 19 57 D 2B 4E 31
Octal 337 247 34 0 31 127 15 53 116 61
Binary 11011111 10100111 11100 0 11001 1010111 1101 101011 1001110 110001

Color Harmonies of #DFA71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA71C

Black with #DFA71C

Text Example


Text Example

White with #DFA71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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