Html Css Color HEX #DD7847 Jaffa

📋 copy color: '#DD7847'

red 221 ◦ green 120 ◦ blue 71

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

Shades of Jaffa #DD7847

Tints of Jaffa #DD7847

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.13%

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

R = 53.64%
G = 29.13%
B = 17.23%

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

#DD7847 (or 0xDD7847) is known color: Jaffa. HEX triplet: DD, 78 and 47. RGB value is (221,120,71). Sum of RGB (Red+Green+Blue) = 221+120+71=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7847 is #2287B8. Grayscale: #909090. Windows color (decimal): -2262969 or 4683997. OLE color: 4683997.

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

Color convert

RGB 221 120 71 -
CMYK 0 0.46 0.68 0.13
HSL 19.6º 0.69% 0.57% -
HSV(B) 19.6º 0.68% 0.87% -
XYZ 37.67 29.26 9.62 -
YUV 144.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 221 120 71 0 0.46 0.68 0.13 19.6 0.69 0.57
Hex DD 78 47 0 2E 44 D 14 45 39
Octal 335 170 107 0 56 104 15 24 105 71
Binary 11011101 1111000 1000111 0 101110 1000100 1101 10100 1000101 111001

Color Harmonies of #DD7847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7847

Black with #DD7847

Text Example


Text Example

White with #DD7847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7847; }

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

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

background-color css

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

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

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

border-color css

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

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

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