Html Css Color HEX #DFA71B Galliano

📋 copy color: '#DFA71B'

red 223 ◦ green 167 ◦ blue 27

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

Shades of Galliano #DFA71B

Tints of Galliano #DFA71B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.05%

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

R = 53.48%
G = 40.05%
B = 6.47%

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

#DFA71B (or 0xDFA71B) is known color: Galliano. HEX triplet: DF, A7 and 1B. RGB value is (223,167,27). Sum of RGB (Red+Green+Blue) = 223+167+27=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 27 (10.94% from 255 or 6.47% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA71B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA71B is #2058E4. Grayscale: #A8A8A8. Windows color (decimal): -2119909 or 1812447. OLE color: 1812447.

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

Color convert

RGB 223 167 27 -
CMYK 0 0.25 0.88 0.13
HSL 42.86º 0.78% 0.49% -
HSV(B) 42.86º 0.88% 0.87% -
XYZ 44.45 43.4 7.07 -
YUV 167.78 48.55 167.38 -
System Red Green Blue C M Y K H S L
Decimal 223 167 27 0 0.25 0.88 0.13 42.86 0.78 0.49
Hex DF A7 1B 0 19 58 D 2B 4E 31
Octal 337 247 33 0 31 130 15 53 116 61
Binary 11011111 10100111 11011 0 11001 1011000 1101 101011 1001110 110001

Color Harmonies of #DFA71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA71B

Black with #DFA71B

Text Example


Text Example

White with #DFA71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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