Html Css Color HEX #DFA81A Galliano

📋 copy color: '#DFA81A'

red 223 ◦ green 168 ◦ blue 26

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

Shades of Galliano #DFA81A

Tints of Galliano #DFA81A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.29%

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

R = 53.48%
G = 40.29%
B = 6.24%

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

#DFA81A (or 0xDFA81A) is known color: Galliano. HEX triplet: DF, A8 and 1A. RGB value is (223,168,26). Sum of RGB (Red+Green+Blue) = 223+168+26=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 168 (66.02% from 255 or 40.29% from 417); Blue value is 26 (10.55% from 255 or 6.24% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA81A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA81A is #2057E5. Grayscale: #A8A8A8. Windows color (decimal): -2119654 or 1747167. OLE color: 1747167.

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

Color convert

RGB 223 168 26 -
CMYK 0 0.25 0.88 0.13
HSL 43.25º 0.79% 0.49% -
HSV(B) 43.25º 0.88% 0.87% -
XYZ 44.62 43.77 7.07 -
YUV 168.26 47.72 167.05 -
System Red Green Blue C M Y K H S L
Decimal 223 168 26 0 0.25 0.88 0.13 43.25 0.79 0.49
Hex DF A8 1A 0 19 58 D 2B 4F 31
Octal 337 250 32 0 31 130 15 53 117 61
Binary 11011111 10101000 11010 0 11001 1011000 1101 101011 1001111 110001

Color Harmonies of #DFA81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA81A

Black with #DFA81A

Text Example


Text Example

White with #DFA81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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