Html Css Color HEX #DD9F25 Galliano

📋 copy color: '#DD9F25'

red 221 ◦ green 159 ◦ blue 37

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

Shades of Galliano #DD9F25

Tints of Galliano #DD9F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.87%

R = 53%
G = 38.13%
B = 8.87%

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

#DD9F25 (or 0xDD9F25) is known color: Galliano. HEX triplet: DD, 9F and 25. RGB value is (221,159,37). Sum of RGB (Red+Green+Blue) = 221+159+37=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD9F25 is #2260DA. Grayscale: #A4A4A4. Windows color (decimal): -2253019 or 2465757. OLE color: 2465757.

HSL color Cylindrical-coordinate representation of color #DD9F25: hue angle of 39.78º 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 #DD9F25 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 159 37 -
CMYK 0 0.28 0.83 0.13
HSL 39.78º 0.73% 0.51% -
HSV(B) 39.78º 0.83% 0.87% -
XYZ 42.55 40.3 7.29 -
YUV 163.63 56.54 168.92 -
System Red Green Blue C M Y K H S L
Decimal 221 159 37 0 0.28 0.83 0.13 39.78 0.73 0.51
Hex DD 9F 25 0 1C 53 D 28 49 33
Octal 335 237 45 0 34 123 15 50 111 63
Binary 11011101 10011111 100101 0 11100 1010011 1101 101000 1001001 110011

Color Harmonies of #DD9F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F25

Black with #DD9F25

Text Example


Text Example

White with #DD9F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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