Html Css Color HEX #DD7248 Jaffa

📋 copy color: '#DD7248'

red 221 ◦ green 114 ◦ blue 72

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

Shades of Jaffa #DD7248

Tints of Jaffa #DD7248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.01%

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

R = 54.3%
G = 28.01%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD7248 (or 0xDD7248) is known color: Jaffa. HEX triplet: DD, 72 and 48. RGB value is (221,114,72). Sum of RGB (Red+Green+Blue) = 221+114+72=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7248 is #228DB7. Grayscale: #8D8D8D. Windows color (decimal): -2264504 or 4747997. OLE color: 4747997.

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

Color convert

RGB 221 114 72 -
CMYK 0 0.48 0.67 0.13
HSL 16.91º 0.69% 0.57% -
HSV(B) 16.91º 0.67% 0.87% -
XYZ 37.01 27.87 9.56 -
YUV 141.21 88.95 184.92 -
System Red Green Blue C M Y K H S L
Decimal 221 114 72 0 0.48 0.67 0.13 16.91 0.69 0.57
Hex DD 72 48 0 30 43 D 11 45 39
Octal 335 162 110 0 60 103 15 21 105 71
Binary 11011101 1110010 1001000 0 110000 1000011 1101 10001 1000101 111001

Color Harmonies of #DD7248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7248

Black with #DD7248

Text Example


Text Example

White with #DD7248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7248; }

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

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

background-color css

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

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

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

border-color css

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

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

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