Html Css Color HEX #DFA71A Galliano

📋 copy color: '#DFA71A'

red 223 ◦ green 167 ◦ blue 26

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

Shades of Galliano #DFA71A

Tints of Galliano #DFA71A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.25%

R = 53.61%
G = 40.14%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFA71A (or 0xDFA71A) is known color: Galliano. HEX triplet: DF, A7 and 1A. RGB value is (223,167,26). Sum of RGB (Red+Green+Blue) = 223+167+26=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 167 (65.62% from 255 or 40.14% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA71A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA71A is #2058E5. Grayscale: #A8A8A8. Windows color (decimal): -2119910 or 1746911. OLE color: 1746911.

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

Color convert

RGB 223 167 26 -
CMYK 0 0.25 0.88 0.13
HSL 42.94º 0.79% 0.49% -
HSV(B) 42.94º 0.88% 0.87% -
XYZ 44.44 43.4 7.01 -
YUV 167.67 48.05 167.46 -
System Red Green Blue C M Y K H S L
Decimal 223 167 26 0 0.25 0.88 0.13 42.94 0.79 0.49
Hex DF A7 1A 0 19 58 D 2B 4F 31
Octal 337 247 32 0 31 130 15 53 117 61
Binary 11011111 10100111 11010 0 11001 1011000 1101 101011 1001111 110001

Color Harmonies of #DFA71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA71A

Black with #DFA71A

Text Example


Text Example

White with #DFA71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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