Html Css Color HEX #DD7142 Jaffa

📋 copy color: '#DD7142'

red 221 ◦ green 113 ◦ blue 66

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

Shades of Jaffa #DD7142

Tints of Jaffa #DD7142

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.25%

 BLUE value IS 66 (26.17% from 255) = 16.5%

R = 55.25%
G = 28.25%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD7142 (or 0xDD7142) is known color: Jaffa. HEX triplet: DD, 71 and 42. RGB value is (221,113,66). Sum of RGB (Red+Green+Blue) = 221+113+66=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7142 is #228EBD. Grayscale: #8C8C8C. Windows color (decimal): -2264766 or 4354525. OLE color: 4354525.

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

Color convert

RGB 221 113 66 -
CMYK 0 0.49 0.70 0.13
HSL 18.19º 0.7% 0.56% -
HSV(B) 18.19º 0.7% 0.87% -
XYZ 36.71 27.58 8.54 -
YUV 139.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 221 113 66 0 0.49 0.70 0.13 18.19 0.7 0.56
Hex DD 71 42 0 31 46 D 12 46 38
Octal 335 161 102 0 61 106 15 22 106 70
Binary 11011101 1110001 1000010 0 110001 1000110 1101 10010 1000110 111000

Color Harmonies of #DD7142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7142

Black with #DD7142

Text Example


Text Example

White with #DD7142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7142; }

 p { color: rgb(221,113,66); }

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

background-color css

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

 a { background-color: rgb(221,113,66); }

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

border-color css

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

 span { border-color: rgb(221,113,66); }

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