Html Css Color HEX #D19F2D Galliano

📋 copy color: '#D19F2D'

red 209 ◦ green 159 ◦ blue 45

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

Shades of Galliano #D19F2D

Tints of Galliano #D19F2D

RGB

 RED value IS 209 (82.03% from 255) = 50.61%

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

 BLUE value IS 45 (17.97% from 255) = 10.9%

R = 50.61%
G = 38.5%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D19F2D (or 0xD19F2D) is known color: Galliano. HEX triplet: D1, 9F and 2D. RGB value is (209,159,45). Sum of RGB (Red+Green+Blue) = 209+159+45=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19F2D is #2E60D2. Grayscale: #A1A1A1. Windows color (decimal): -3039443 or 2990033. OLE color: 2990033.

HSL color Cylindrical-coordinate representation of color #D19F2D: hue angle of 41.71º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D19F2D is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 159 45 -
CMYK 0 0.24 0.78 0.18
HSL 41.71º 0.65% 0.5% -
HSV(B) 41.71º 0.78% 0.82% -
XYZ 39.17 38.54 7.86 -
YUV 160.95 62.57 162.27 -
System Red Green Blue C M Y K H S L
Decimal 209 159 45 0 0.24 0.78 0.18 41.71 0.65 0.5
Hex D1 9F 2D 0 18 4E 12 2A 41 32
Octal 321 237 55 0 30 116 22 52 101 62
Binary 11010001 10011111 101101 0 11000 1001110 10010 101010 1000001 110010

Color Harmonies of #D19F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19F2D

Black with #D19F2D

Text Example


Text Example

White with #D19F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19F2D; }

 p { color: rgb(209,159,45); }

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

background-color css

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

 a { background-color: rgb(209,159,45); }

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

border-color css

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

 span { border-color: rgb(209,159,45); }

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