Html Css Color HEX #DD7042 Jaffa

📋 copy color: '#DD7042'

red 221 ◦ green 112 ◦ blue 66

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

Shades of Jaffa #DD7042

Tints of Jaffa #DD7042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.07%

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

R = 55.39%
G = 28.07%
B = 16.54%

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

#DD7042 (or 0xDD7042) is known color: Jaffa. HEX triplet: DD, 70 and 42. RGB value is (221,112,66). Sum of RGB (Red+Green+Blue) = 221+112+66=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7042 is #228FBD. Grayscale: #8B8B8B. Windows color (decimal): -2265022 or 4354269. OLE color: 4354269.

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

Color convert

RGB 221 112 66 -
CMYK 0 0.49 0.70 0.13
HSL 17.81º 0.7% 0.56% -
HSV(B) 17.81º 0.7% 0.87% -
XYZ 36.6 27.35 8.51 -
YUV 139.35 86.61 186.24 -
System Red Green Blue C M Y K H S L
Decimal 221 112 66 0 0.49 0.70 0.13 17.81 0.7 0.56
Hex DD 70 42 0 31 46 D 12 46 38
Octal 335 160 102 0 61 106 15 22 106 70
Binary 11011101 1110000 1000010 0 110001 1000110 1101 10010 1000110 111000

Color Harmonies of #DD7042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7042

Black with #DD7042

Text Example


Text Example

White with #DD7042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7042; }

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

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

background-color css

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

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

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

border-color css

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

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

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