Html Css Color HEX #DD7148 Jaffa

📋 copy color: '#DD7148'

red 221 ◦ green 113 ◦ blue 72

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

Shades of Jaffa #DD7148

Tints of Jaffa #DD7148

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.83%

 BLUE value IS 72 (28.52% from 255) = 17.73%

R = 54.43%
G = 27.83%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD7148 (or 0xDD7148) is known color: Jaffa. HEX triplet: DD, 71 and 48. RGB value is (221,113,72). Sum of RGB (Red+Green+Blue) = 221+113+72=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7148 is #228EB7. Grayscale: #8C8C8C. Windows color (decimal): -2264760 or 4747741. OLE color: 4747741.

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

Color convert

RGB 221 113 72 -
CMYK 0 0.49 0.67 0.13
HSL 16.51º 0.69% 0.57% -
HSV(B) 16.51º 0.67% 0.87% -
XYZ 36.89 27.65 9.52 -
YUV 140.62 89.28 185.33 -
System Red Green Blue C M Y K H S L
Decimal 221 113 72 0 0.49 0.67 0.13 16.51 0.69 0.57
Hex DD 71 48 0 31 43 D 11 45 39
Octal 335 161 110 0 61 103 15 21 105 71
Binary 11011101 1110001 1001000 0 110001 1000011 1101 10001 1000101 111001

Color Harmonies of #DD7148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7148

Black with #DD7148

Text Example


Text Example

White with #DD7148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7148; }

 p { color: rgb(221,113,72); }

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

background-color css

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

 a { background-color: rgb(221,113,72); }

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

border-color css

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

 span { border-color: rgb(221,113,72); }

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