Html Css Color HEX #DD7246 Jaffa

📋 copy color: '#DD7246'

red 221 ◦ green 114 ◦ blue 70

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

Shades of Jaffa #DD7246

Tints of Jaffa #DD7246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.28%

R = 54.57%
G = 28.15%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD7246 (or 0xDD7246) is known color: Jaffa. HEX triplet: DD, 72 and 46. RGB value is (221,114,70). Sum of RGB (Red+Green+Blue) = 221+114+70=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7246 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7246 is #228DB9. Grayscale: #8D8D8D. Windows color (decimal): -2264506 or 4616925. OLE color: 4616925.

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

Color convert

RGB 221 114 70 -
CMYK 0 0.48 0.68 0.13
HSL 17.48º 0.69% 0.57% -
HSV(B) 17.48º 0.68% 0.87% -
XYZ 36.94 27.85 9.22 -
YUV 140.98 87.95 185.08 -
System Red Green Blue C M Y K H S L
Decimal 221 114 70 0 0.48 0.68 0.13 17.48 0.69 0.57
Hex DD 72 46 0 30 44 D 11 45 39
Octal 335 162 106 0 60 104 15 21 105 71
Binary 11011101 1110010 1000110 0 110000 1000100 1101 10001 1000101 111001

Color Harmonies of #DD7246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7246

Black with #DD7246

Text Example


Text Example

White with #DD7246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7246; }

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

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

background-color css

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

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

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

border-color css

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

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

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