Html Css Color HEX #DFA81D Galliano

📋 copy color: '#DFA81D'

red 223 ◦ green 168 ◦ blue 29

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

Shades of Galliano #DFA81D

Tints of Galliano #DFA81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.9%

R = 53.1%
G = 40%
B = 6.9%

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

#DFA81D (or 0xDFA81D) is known color: Galliano. HEX triplet: DF, A8 and 1D. RGB value is (223,168,29). Sum of RGB (Red+Green+Blue) = 223+168+29=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA81D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA81D is #2057E2. Grayscale: #A9A9A9. Windows color (decimal): -2119651 or 1943775. OLE color: 1943775.

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

Color convert

RGB 223 168 29 -
CMYK 0 0.25 0.87 0.13
HSL 42.99º 0.77% 0.49% -
HSV(B) 42.99º 0.87% 0.87% -
XYZ 44.66 43.78 7.26 -
YUV 168.6 49.22 166.8 -
System Red Green Blue C M Y K H S L
Decimal 223 168 29 0 0.25 0.87 0.13 42.99 0.77 0.49
Hex DF A8 1D 0 19 57 D 2B 4D 31
Octal 337 250 35 0 31 127 15 53 115 61
Binary 11011111 10101000 11101 0 11001 1010111 1101 101011 1001101 110001

Color Harmonies of #DFA81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA81D

Black with #DFA81D

Text Example


Text Example

White with #DFA81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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