Html Css Color HEX #D39F14 Galliano

📋 copy color: '#D39F14'

red 211 ◦ green 159 ◦ blue 20

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

Shades of Galliano #D39F14

Tints of Galliano #D39F14

RGB

 RED value IS 211 (82.81% from 255) = 54.1%

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

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

R = 54.1%
G = 40.77%
B = 5.13%

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

#D39F14 (or 0xD39F14) is known color: Galliano. HEX triplet: D3, 9F and 14. RGB value is (211,159,20). Sum of RGB (Red+Green+Blue) = 211+159+20=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D39F14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D39F14 is #2C60EB. Grayscale: #9F9F9F. Windows color (decimal): -2908396 or 1351635. OLE color: 1351635.

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

Color convert

RGB 211 159 20 -
CMYK 0 0.25 0.91 0.17
HSL 43.66º 0.83% 0.45% -
HSV(B) 43.66º 0.91% 0.83% -
XYZ 39.39 38.7 6.05 -
YUV 158.7 49.73 165.3 -
System Red Green Blue C M Y K H S L
Decimal 211 159 20 0 0.25 0.91 0.17 43.66 0.83 0.45
Hex D3 9F 14 0 19 5B 11 2C 53 2D
Octal 323 237 24 0 31 133 21 54 123 55
Binary 11010011 10011111 10100 0 11001 1011011 10001 101100 1010011 101101

Color Harmonies of #D39F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D39F14

Black with #D39F14

Text Example


Text Example

White with #D39F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D39F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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