Html Css Color HEX #DD9F26 Galliano

📋 copy color: '#DD9F26'

red 221 ◦ green 159 ◦ blue 38

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

Shades of Galliano #DD9F26

Tints of Galliano #DD9F26

RGB

 RED value IS 221 (86.72% from 255) = 52.87%

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

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

R = 52.87%
G = 38.04%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD9F26 (or 0xDD9F26) is known color: Galliano. HEX triplet: DD, 9F and 26. RGB value is (221,159,38). Sum of RGB (Red+Green+Blue) = 221+159+38=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F26 is #2260D9. Grayscale: #A4A4A4. Windows color (decimal): -2253018 or 2531293. OLE color: 2531293.

HSL color Cylindrical-coordinate representation of color #DD9F26: hue angle of 39.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD9F26 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 159 38 -
CMYK 0 0.28 0.83 0.13
HSL 39.67º 0.73% 0.51% -
HSV(B) 39.67º 0.83% 0.87% -
XYZ 42.57 40.31 7.37 -
YUV 163.74 57.04 168.84 -
System Red Green Blue C M Y K H S L
Decimal 221 159 38 0 0.28 0.83 0.13 39.67 0.73 0.51
Hex DD 9F 26 0 1C 53 D 28 49 33
Octal 335 237 46 0 34 123 15 50 111 63
Binary 11011101 10011111 100110 0 11100 1010011 1101 101000 1001001 110011

Color Harmonies of #DD9F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F26

Black with #DD9F26

Text Example


Text Example

White with #DD9F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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