Html Css Color HEX #DD7242 Jaffa

📋 copy color: '#DD7242'

red 221 ◦ green 114 ◦ blue 66

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

Shades of Jaffa #DD7242

Tints of Jaffa #DD7242

RGB

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

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

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

R = 55.11%
G = 28.43%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD7242 (or 0xDD7242) is known color: Jaffa. HEX triplet: DD, 72 and 42. RGB value is (221,114,66). Sum of RGB (Red+Green+Blue) = 221+114+66=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7242 is #228DBD. Grayscale: #8C8C8C. Windows color (decimal): -2264510 or 4354781. OLE color: 4354781.

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

Color convert

RGB 221 114 66 -
CMYK 0 0.48 0.70 0.13
HSL 18.58º 0.7% 0.56% -
HSV(B) 18.58º 0.7% 0.87% -
XYZ 36.82 27.8 8.58 -
YUV 140.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 221 114 66 0 0.48 0.70 0.13 18.58 0.7 0.56
Hex DD 72 42 0 30 46 D 13 46 38
Octal 335 162 102 0 60 106 15 23 106 70
Binary 11011101 1110010 1000010 0 110000 1000110 1101 10011 1000110 111000

Color Harmonies of #DD7242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7242

Black with #DD7242

Text Example


Text Example

White with #DD7242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7242; }

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

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

background-color css

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

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

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

border-color css

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

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

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