Html Css Color HEX #D49F26 Galliano

📋 copy color: '#D49F26'

red 212 ◦ green 159 ◦ blue 38

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

Shades of Galliano #D49F26

Tints of Galliano #D49F26

RGB

 RED value IS 212 (83.2% from 255) = 51.83%

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

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

R = 51.83%
G = 38.88%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D49F26 (or 0xD49F26) is known color: Galliano. HEX triplet: D4, 9F and 26. RGB value is (212,159,38). Sum of RGB (Red+Green+Blue) = 212+159+38=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 38 (15.23% from 255 or 9.29% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49F26 is #2B60D9. Grayscale: #A1A1A1. Windows color (decimal): -2842842 or 2531284. OLE color: 2531284.

HSL color Cylindrical-coordinate representation of color #D49F26: hue angle of 41.72º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D49F26 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 159 38 -
CMYK 0 0.25 0.82 0.17
HSL 41.72º 0.7% 0.49% -
HSV(B) 41.72º 0.82% 0.83% -
XYZ 39.9 38.93 7.25 -
YUV 161.05 58.56 164.34 -
System Red Green Blue C M Y K H S L
Decimal 212 159 38 0 0.25 0.82 0.17 41.72 0.7 0.49
Hex D4 9F 26 0 19 52 11 2A 46 31
Octal 324 237 46 0 31 122 21 52 106 61
Binary 11010100 10011111 100110 0 11001 1010010 10001 101010 1000110 110001

Color Harmonies of #D49F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49F26

Black with #D49F26

Text Example


Text Example

White with #D49F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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