Html Css Color HEX #DFA61B Galliano

📋 copy color: '#DFA61B'

red 223 ◦ green 166 ◦ blue 27

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

Shades of Galliano #DFA61B

Tints of Galliano #DFA61B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.9%

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

R = 53.61%
G = 39.9%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFA61B (or 0xDFA61B) is known color: Galliano. HEX triplet: DF, A6 and 1B. RGB value is (223,166,27). Sum of RGB (Red+Green+Blue) = 223+166+27=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA61B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA61B is #2059E4. Grayscale: #A7A7A7. Windows color (decimal): -2120165 or 1812191. OLE color: 1812191.

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

Color convert

RGB 223 166 27 -
CMYK 0 0.26 0.88 0.13
HSL 42.55º 0.78% 0.49% -
HSV(B) 42.55º 0.88% 0.87% -
XYZ 44.27 43.04 7.01 -
YUV 167.2 48.88 167.8 -
System Red Green Blue C M Y K H S L
Decimal 223 166 27 0 0.26 0.88 0.13 42.55 0.78 0.49
Hex DF A6 1B 0 1A 58 D 2B 4E 31
Octal 337 246 33 0 32 130 15 53 116 61
Binary 11011111 10100110 11011 0 11010 1011000 1101 101011 1001110 110001

Color Harmonies of #DFA61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA61B

Black with #DFA61B

Text Example


Text Example

White with #DFA61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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