Html Css Color HEX #D99F20 Galliano

📋 copy color: '#D99F20'

red 217 ◦ green 159 ◦ blue 32

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

Shades of Galliano #D99F20

Tints of Galliano #D99F20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.84%

R = 53.19%
G = 38.97%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D99F20 (or 0xD99F20) is known color: Galliano. HEX triplet: D9, 9F and 20. RGB value is (217,159,32). Sum of RGB (Red+Green+Blue) = 217+159+32=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F20 is #2660DF. Grayscale: #A2A2A2. Windows color (decimal): -2515168 or 2138073. OLE color: 2138073.

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

Color convert

RGB 217 159 32 -
CMYK 0 0.27 0.85 0.15
HSL 41.19º 0.74% 0.49% -
HSV(B) 41.19º 0.85% 0.85% -
XYZ 41.27 39.65 6.84 -
YUV 161.86 54.72 167.33 -
System Red Green Blue C M Y K H S L
Decimal 217 159 32 0 0.27 0.85 0.15 41.19 0.74 0.49
Hex D9 9F 20 0 1B 55 F 29 4A 31
Octal 331 237 40 0 33 125 17 51 112 61
Binary 11011001 10011111 100000 0 11011 1010101 1111 101001 1001010 110001

Color Harmonies of #D99F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F20

Black with #D99F20

Text Example


Text Example

White with #D99F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F20; }

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

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

background-color css

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

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

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

border-color css

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

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

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