Html Css Color HEX #DD7841 Jaffa

📋 copy color: '#DD7841'

red 221 ◦ green 120 ◦ blue 65

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

Shades of Jaffa #DD7841

Tints of Jaffa #DD7841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.01%

R = 54.43%
G = 29.56%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD7841 (or 0xDD7841) is known color: Jaffa. HEX triplet: DD, 78 and 41. RGB value is (221,120,65). Sum of RGB (Red+Green+Blue) = 221+120+65=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 120 (47.27% from 255 or 29.56% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7841 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7841 is #2287BE. Grayscale: #909090. Windows color (decimal): -2262975 or 4290781. OLE color: 4290781.

HSL color Cylindrical-coordinate representation of color #DD7841: hue angle of 21.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD7841 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 120 65 -
CMYK 0 0.46 0.71 0.13
HSL 21.15º 0.7% 0.56% -
HSV(B) 21.15º 0.71% 0.87% -
XYZ 37.49 29.19 8.66 -
YUV 143.93 83.46 182.97 -
System Red Green Blue C M Y K H S L
Decimal 221 120 65 0 0.46 0.71 0.13 21.15 0.7 0.56
Hex DD 78 41 0 2E 47 D 15 46 38
Octal 335 170 101 0 56 107 15 25 106 70
Binary 11011101 1111000 1000001 0 101110 1000111 1101 10101 1000110 111000

Color Harmonies of #DD7841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7841

Black with #DD7841

Text Example


Text Example

White with #DD7841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7841; }

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

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

background-color css

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

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

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

border-color css

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

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

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