Html Css Color HEX #DD7048 Jaffa

📋 copy color: '#DD7048'

red 221 ◦ green 112 ◦ blue 72

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

Shades of Jaffa #DD7048

Tints of Jaffa #DD7048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.78%

R = 54.57%
G = 27.65%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD7048 (or 0xDD7048) is known color: Jaffa. HEX triplet: DD, 70 and 48. RGB value is (221,112,72). Sum of RGB (Red+Green+Blue) = 221+112+72=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7048 is #228FB7. Grayscale: #8C8C8C. Windows color (decimal): -2265016 or 4747485. OLE color: 4747485.

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

Color convert

RGB 221 112 72 -
CMYK 0 0.49 0.67 0.13
HSL 16.11º 0.69% 0.57% -
HSV(B) 16.11º 0.67% 0.87% -
XYZ 36.78 27.43 9.49 -
YUV 140.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 221 112 72 0 0.49 0.67 0.13 16.11 0.69 0.57
Hex DD 70 48 0 31 43 D 10 45 39
Octal 335 160 110 0 61 103 15 20 105 71
Binary 11011101 1110000 1001000 0 110001 1000011 1101 10000 1000101 111001

Color Harmonies of #DD7048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7048

Black with #DD7048

Text Example


Text Example

White with #DD7048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7048; }

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

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

background-color css

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

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

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

border-color css

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

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

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