Html Css Color HEX #DD7747 Jaffa

📋 copy color: '#DD7747'

red 221 ◦ green 119 ◦ blue 71

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

Shades of Jaffa #DD7747

Tints of Jaffa #DD7747

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.95%

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

R = 53.77%
G = 28.95%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD7747 (or 0xDD7747) is known color: Jaffa. HEX triplet: DD, 77 and 47. RGB value is (221,119,71). Sum of RGB (Red+Green+Blue) = 221+119+71=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7747 is #2288B8. Grayscale: #909090. Windows color (decimal): -2263225 or 4683741. OLE color: 4683741.

HSL color Cylindrical-coordinate representation of color #DD7747: hue angle of 19.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 #DD7747 is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 119 71 -
CMYK 0 0.46 0.68 0.13
HSL 19.2º 0.69% 0.57% -
HSV(B) 19.2º 0.68% 0.87% -
XYZ 37.55 29.02 9.58 -
YUV 144.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 221 119 71 0 0.46 0.68 0.13 19.2 0.69 0.57
Hex DD 77 47 0 2E 44 D 13 45 39
Octal 335 167 107 0 56 104 15 23 105 71
Binary 11011101 1110111 1000111 0 101110 1000100 1101 10011 1000101 111001

Color Harmonies of #DD7747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7747

Black with #DD7747

Text Example


Text Example

White with #DD7747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7747; }

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

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

background-color css

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

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

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

border-color css

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

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

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