Html Css Color HEX #DD9F1E Galliano

📋 copy color: '#DD9F1E'

red 221 ◦ green 159 ◦ blue 30

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

Shades of Galliano #DD9F1E

Tints of Galliano #DD9F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.32%

R = 53.9%
G = 38.78%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD9F1E (or 0xDD9F1E) is known color: Galliano. HEX triplet: DD, 9F and 1E. RGB value is (221,159,30). Sum of RGB (Red+Green+Blue) = 221+159+30=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 30 (12.11% from 255 or 7.32% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F1E is #2260E1. Grayscale: #A3A3A3. Windows color (decimal): -2253026 or 2007005. OLE color: 2007005.

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

Color convert

RGB 221 159 30 -
CMYK 0 0.28 0.86 0.13
HSL 40.52º 0.76% 0.49% -
HSV(B) 40.52º 0.86% 0.87% -
XYZ 42.45 40.26 6.76 -
YUV 162.83 53.04 169.49 -
System Red Green Blue C M Y K H S L
Decimal 221 159 30 0 0.28 0.86 0.13 40.52 0.76 0.49
Hex DD 9F 1E 0 1C 56 D 29 4C 31
Octal 335 237 36 0 34 126 15 51 114 61
Binary 11011101 10011111 11110 0 11100 1010110 1101 101001 1001100 110001

Color Harmonies of #DD9F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F1E

Black with #DD9F1E

Text Example


Text Example

White with #DD9F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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