Html Css Color HEX #DFA91A Galliano

📋 copy color: '#DFA91A'

red 223 ◦ green 169 ◦ blue 26

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

Shades of Galliano #DFA91A

Tints of Galliano #DFA91A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.43%

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

R = 53.35%
G = 40.43%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFA91A (or 0xDFA91A) is known color: Galliano. HEX triplet: DF, A9 and 1A. RGB value is (223,169,26). Sum of RGB (Red+Green+Blue) = 223+169+26=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 169 (66.41% from 255 or 40.43% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA91A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA91A is #2056E5. Grayscale: #A9A9A9. Windows color (decimal): -2119398 or 1747423. OLE color: 1747423.

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

Color convert

RGB 223 169 26 -
CMYK 0 0.24 0.88 0.13
HSL 43.55º 0.79% 0.49% -
HSV(B) 43.55º 0.88% 0.87% -
XYZ 44.81 44.14 7.14 -
YUV 168.84 47.39 166.63 -
System Red Green Blue C M Y K H S L
Decimal 223 169 26 0 0.24 0.88 0.13 43.55 0.79 0.49
Hex DF A9 1A 0 18 58 D 2C 4F 31
Octal 337 251 32 0 30 130 15 54 117 61
Binary 11011111 10101001 11010 0 11000 1011000 1101 101100 1001111 110001

Color Harmonies of #DFA91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA91A

Black with #DFA91A

Text Example


Text Example

White with #DFA91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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