Html Css Color HEX #DD7247 Jaffa

📋 copy color: '#DD7247'

red 221 ◦ green 114 ◦ blue 71

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

Shades of Jaffa #DD7247

Tints of Jaffa #DD7247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.49%

R = 54.43%
G = 28.08%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD7247 (or 0xDD7247) is known color: Jaffa. HEX triplet: DD, 72 and 47. RGB value is (221,114,71). Sum of RGB (Red+Green+Blue) = 221+114+71=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 114 (44.92% from 255 or 28.08% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7247 is #228DB8. Grayscale: #8D8D8D. Windows color (decimal): -2264505 or 4682461. OLE color: 4682461.

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

Color convert

RGB 221 114 71 -
CMYK 0 0.48 0.68 0.13
HSL 17.2º 0.69% 0.57% -
HSV(B) 17.2º 0.68% 0.87% -
XYZ 36.97 27.86 9.39 -
YUV 141.09 88.45 185 -
System Red Green Blue C M Y K H S L
Decimal 221 114 71 0 0.48 0.68 0.13 17.2 0.69 0.57
Hex DD 72 47 0 30 44 D 11 45 39
Octal 335 162 107 0 60 104 15 21 105 71
Binary 11011101 1110010 1000111 0 110000 1000100 1101 10001 1000101 111001

Color Harmonies of #DD7247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7247

Black with #DD7247

Text Example


Text Example

White with #DD7247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7247; }

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

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

background-color css

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

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

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

border-color css

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

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

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