Html Css Color HEX #D19E27 Galliano

📋 copy color: '#D19E27'

red 209 ◦ green 158 ◦ blue 39

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

Shades of Galliano #D19E27

Tints of Galliano #D19E27

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.92%

 BLUE value IS 39 (15.63% from 255) = 9.61%

R = 51.48%
G = 38.92%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D19E27 (or 0xD19E27) is known color: Galliano. HEX triplet: D1, 9E and 27. RGB value is (209,158,39). Sum of RGB (Red+Green+Blue) = 209+158+39=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D19E27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D19E27 is #2E61D8. Grayscale: #A0A0A0. Windows color (decimal): -3039705 or 2596561. OLE color: 2596561.

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

Color convert

RGB 209 158 39 -
CMYK 0 0.24 0.81 0.18
HSL 42º 0.69% 0.49% -
HSV(B) 42º 0.81% 0.82% -
XYZ 38.89 38.16 7.23 -
YUV 159.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 209 158 39 0 0.24 0.81 0.18 42 0.69 0.49
Hex D1 9E 27 0 18 51 12 2A 45 31
Octal 321 236 47 0 30 121 22 52 105 61
Binary 11010001 10011110 100111 0 11000 1010001 10010 101010 1000101 110001

Color Harmonies of #D19E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19E27

Black with #D19E27

Text Example


Text Example

White with #D19E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19E27; }

 p { color: rgb(209,158,39); }

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

background-color css

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

 a { background-color: rgb(209,158,39); }

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

border-color css

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

 span { border-color: rgb(209,158,39); }

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