Html Css Color HEX #D99F26 Galliano

📋 copy color: '#D99F26'

red 217 ◦ green 159 ◦ blue 38

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

Shades of Galliano #D99F26

Tints of Galliano #D99F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.18%

R = 52.42%
G = 38.41%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D99F26 (or 0xD99F26) is known color: Galliano. HEX triplet: D9, 9F and 26. RGB value is (217,159,38). Sum of RGB (Red+Green+Blue) = 217+159+38=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 38 (15.23% from 255 or 9.18% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D99F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99F26 is #2660D9. Grayscale: #A3A3A3. Windows color (decimal): -2515162 or 2531289. OLE color: 2531289.

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

Color convert

RGB 217 159 38 -
CMYK 0 0.27 0.82 0.15
HSL 40.56º 0.7% 0.5% -
HSV(B) 40.56º 0.82% 0.85% -
XYZ 41.36 39.69 7.31 -
YUV 162.55 57.72 166.84 -
System Red Green Blue C M Y K H S L
Decimal 217 159 38 0 0.27 0.82 0.15 40.56 0.7 0.5
Hex D9 9F 26 0 1B 52 F 29 46 32
Octal 331 237 46 0 33 122 17 51 106 62
Binary 11011001 10011111 100110 0 11011 1010010 1111 101001 1000110 110010

Color Harmonies of #D99F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99F26

Black with #D99F26

Text Example


Text Example

White with #D99F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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