Html Css Color HEX #D99F19 Galliano

📋 copy color: '#D99F19'

red 217 ◦ green 159 ◦ blue 25

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

Shades of Galliano #D99F19

Tints of Galliano #D99F19

RGB

 RED value IS 217 (85.16% from 255) = 54.11%

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

 BLUE value IS 25 (10.16% from 255) = 6.23%

R = 54.11%
G = 39.65%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D99F19 (or 0xD99F19) is known color: Galliano. HEX triplet: D9, 9F and 19. RGB value is (217,159,25). Sum of RGB (Red+Green+Blue) = 217+159+25=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D99F19 is #2660E6. Grayscale: #A1A1A1. Windows color (decimal): -2515175 or 1679321. OLE color: 1679321.

HSL color Cylindrical-coordinate representation of color #D99F19: hue angle of 41.88º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D99F19 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 159 25 -
CMYK 0 0.27 0.88 0.15
HSL 41.88º 0.79% 0.47% -
HSV(B) 41.88º 0.88% 0.85% -
XYZ 41.19 39.62 6.4 -
YUV 161.07 51.22 167.9 -
System Red Green Blue C M Y K H S L
Decimal 217 159 25 0 0.27 0.88 0.15 41.88 0.79 0.47
Hex D9 9F 19 0 1B 58 F 2A 4F 2F
Octal 331 237 31 0 33 130 17 52 117 57
Binary 11011001 10011111 11001 0 11011 1011000 1111 101010 1001111 101111

Color Harmonies of #D99F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F19

Black with #D99F19

Text Example


Text Example

White with #D99F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F19; }

 p { color: rgb(217,159,25); }

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

background-color css

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

 a { background-color: rgb(217,159,25); }

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

border-color css

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

 span { border-color: rgb(217,159,25); }

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