Html Css Color HEX #D49F14 Galliano

📋 copy color: '#D49F14'

red 212 ◦ green 159 ◦ blue 20

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

Shades of Galliano #D49F14

Tints of Galliano #D49F14

RGB

 RED value IS 212 (83.2% from 255) = 54.22%

 GREEN value IS 159 (62.5% from 255) = 40.66%

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

R = 54.22%
G = 40.66%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D49F14 (or 0xD49F14) is known color: Galliano. HEX triplet: D4, 9F and 14. RGB value is (212,159,20). Sum of RGB (Red+Green+Blue) = 212+159+20=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D49F14 is #2B60EB. Grayscale: #9F9F9F. Windows color (decimal): -2842860 or 1351636. OLE color: 1351636.

HSL color Cylindrical-coordinate representation of color #D49F14: hue angle of 43.44º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D49F14 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 159 20 -
CMYK 0 0.25 0.91 0.17
HSL 43.44º 0.83% 0.45% -
HSV(B) 43.44º 0.91% 0.83% -
XYZ 39.68 38.84 6.07 -
YUV 159 49.56 165.8 -
System Red Green Blue C M Y K H S L
Decimal 212 159 20 0 0.25 0.91 0.17 43.44 0.83 0.45
Hex D4 9F 14 0 19 5B 11 2B 53 2D
Octal 324 237 24 0 31 133 21 53 123 55
Binary 11010100 10011111 10100 0 11001 1011011 10001 101011 1010011 101101

Color Harmonies of #D49F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49F14

Black with #D49F14

Text Example


Text Example

White with #D49F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49F14; }

 p { color: rgb(212,159,20); }

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

background-color css

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

 a { background-color: rgb(212,159,20); }

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

border-color css

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

 span { border-color: rgb(212,159,20); }

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