Html Css Color HEX #DFA01B Galliano

📋 copy color: '#DFA01B'

red 223 ◦ green 160 ◦ blue 27

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

Shades of Galliano #DFA01B

Tints of Galliano #DFA01B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.02%

 BLUE value IS 27 (10.94% from 255) = 6.59%

R = 54.39%
G = 39.02%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFA01B (or 0xDFA01B) is known color: Galliano. HEX triplet: DF, A0 and 1B. RGB value is (223,160,27). Sum of RGB (Red+Green+Blue) = 223+160+27=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA01B is #205FE4. Grayscale: #A4A4A4. Windows color (decimal): -2121701 or 1810655. OLE color: 1810655.

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

Color convert

RGB 223 160 27 -
CMYK 0 0.28 0.88 0.13
HSL 40.71º 0.78% 0.49% -
HSV(B) 40.71º 0.88% 0.87% -
XYZ 43.2 40.91 6.66 -
YUV 163.68 50.87 170.31 -
System Red Green Blue C M Y K H S L
Decimal 223 160 27 0 0.28 0.88 0.13 40.71 0.78 0.49
Hex DF A0 1B 0 1C 58 D 29 4E 31
Octal 337 240 33 0 34 130 15 51 116 61
Binary 11011111 10100000 11011 0 11100 1011000 1101 101001 1001110 110001

Color Harmonies of #DFA01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA01B

Black with #DFA01B

Text Example


Text Example

White with #DFA01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA01B; }

 p { color: rgb(223,160,27); }

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

background-color css

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

 a { background-color: rgb(223,160,27); }

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

border-color css

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

 span { border-color: rgb(223,160,27); }

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