Html Css Color HEX #DD7241 Jaffa

📋 copy color: '#DD7241'

red 221 ◦ green 114 ◦ blue 65

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

Shades of Jaffa #DD7241

Tints of Jaffa #DD7241

RGB

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

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

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

R = 55.25%
G = 28.5%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD7241 (or 0xDD7241) is known color: Jaffa. HEX triplet: DD, 72 and 41. RGB value is (221,114,65). Sum of RGB (Red+Green+Blue) = 221+114+65=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7241 is #228DBE. Grayscale: #8C8C8C. Windows color (decimal): -2264511 or 4289245. OLE color: 4289245.

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

Color convert

RGB 221 114 65 -
CMYK 0 0.48 0.71 0.13
HSL 18.85º 0.7% 0.56% -
HSV(B) 18.85º 0.71% 0.87% -
XYZ 36.79 27.79 8.43 -
YUV 140.41 85.45 185.48 -
System Red Green Blue C M Y K H S L
Decimal 221 114 65 0 0.48 0.71 0.13 18.85 0.7 0.56
Hex DD 72 41 0 30 47 D 13 46 38
Octal 335 162 101 0 60 107 15 23 106 70
Binary 11011101 1110010 1000001 0 110000 1000111 1101 10011 1000110 111000

Color Harmonies of #DD7241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7241

Black with #DD7241

Text Example


Text Example

White with #DD7241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7241; }

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

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

background-color css

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

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

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

border-color css

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

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

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