Html Css Color HEX #DFB014 Galliano

📋 copy color: '#DFB014'

red 223 ◦ green 176 ◦ blue 20

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

Shades of Galliano #DFB014

Tints of Galliano #DFB014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42%

 BLUE value IS 20 (8.2% from 255) = 4.77%

R = 53.22%
G = 42%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFB014 (or 0xDFB014) is known color: Galliano. HEX triplet: DF, B0 and 14. RGB value is (223,176,20). Sum of RGB (Red+Green+Blue) = 223+176+20=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB014 is #204FEB. Grayscale: #ACACAC. Windows color (decimal): -2117612 or 1355999. OLE color: 1355999.

HSL color Cylindrical-coordinate representation of color #DFB014: hue angle of 46.11º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFB014 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 176 20 -
CMYK 0 0.21 0.91 0.13
HSL 46.11º 0.84% 0.48% -
HSV(B) 46.11º 0.91% 0.87% -
XYZ 46.08 46.79 7.26 -
YUV 172.27 42.07 164.18 -
System Red Green Blue C M Y K H S L
Decimal 223 176 20 0 0.21 0.91 0.13 46.11 0.84 0.48
Hex DF B0 14 0 15 5B D 2E 54 30
Octal 337 260 24 0 25 133 15 56 124 60
Binary 11011111 10110000 10100 0 10101 1011011 1101 101110 1010100 110000

Color Harmonies of #DFB014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB014

Black with #DFB014

Text Example


Text Example

White with #DFB014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB014; }

 p { color: rgb(223,176,20); }

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

background-color css

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

 a { background-color: rgb(223,176,20); }

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

border-color css

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

 span { border-color: rgb(223,176,20); }

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