Html Css Color HEX #DD7245 Jaffa

📋 copy color: '#DD7245'

red 221 ◦ green 114 ◦ blue 69

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

Shades of Jaffa #DD7245

Tints of Jaffa #DD7245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.08%

R = 54.7%
G = 28.22%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD7245 (or 0xDD7245) is known color: Jaffa. HEX triplet: DD, 72 and 45. RGB value is (221,114,69). Sum of RGB (Red+Green+Blue) = 221+114+69=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7245 is #228DBA. Grayscale: #8D8D8D. Windows color (decimal): -2264507 or 4551389. OLE color: 4551389.

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

Color convert

RGB 221 114 69 -
CMYK 0 0.48 0.69 0.13
HSL 17.76º 0.69% 0.57% -
HSV(B) 17.76º 0.69% 0.87% -
XYZ 36.91 27.84 9.06 -
YUV 140.86 87.45 185.16 -
System Red Green Blue C M Y K H S L
Decimal 221 114 69 0 0.48 0.69 0.13 17.76 0.69 0.57
Hex DD 72 45 0 30 45 D 12 45 39
Octal 335 162 105 0 60 105 15 22 105 71
Binary 11011101 1110010 1000101 0 110000 1000101 1101 10010 1000101 111001

Color Harmonies of #DD7245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7245

Black with #DD7245

Text Example


Text Example

White with #DD7245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7245; }

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

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

background-color css

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

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

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

border-color css

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

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

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