Html Css Color HEX #DD9F22 Galliano

📋 copy color: '#DD9F22'

red 221 ◦ green 159 ◦ blue 34

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

Shades of Galliano #DD9F22

Tints of Galliano #DD9F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.21%

R = 53.38%
G = 38.41%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD9F22 (or 0xDD9F22) is known color: Galliano. HEX triplet: DD, 9F and 22. RGB value is (221,159,34). Sum of RGB (Red+Green+Blue) = 221+159+34=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F22 is #2260DD. Grayscale: #A3A3A3. Windows color (decimal): -2253022 or 2269149. OLE color: 2269149.

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

Color convert

RGB 221 159 34 -
CMYK 0 0.28 0.85 0.13
HSL 40.11º 0.73% 0.5% -
HSV(B) 40.11º 0.85% 0.87% -
XYZ 42.51 40.28 7.05 -
YUV 163.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 221 159 34 0 0.28 0.85 0.13 40.11 0.73 0.5
Hex DD 9F 22 0 1C 55 D 28 49 32
Octal 335 237 42 0 34 125 15 50 111 62
Binary 11011101 10011111 100010 0 11100 1010101 1101 101000 1001001 110010

Color Harmonies of #DD9F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F22

Black with #DD9F22

Text Example


Text Example

White with #DD9F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F22; }

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

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

background-color css

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

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

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

border-color css

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

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

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