Html Css Color HEX #DD7448 Jaffa

📋 copy color: '#DD7448'

red 221 ◦ green 116 ◦ blue 72

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

Shades of Jaffa #DD7448

Tints of Jaffa #DD7448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.36%

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

R = 54.03%
G = 28.36%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD7448 (or 0xDD7448) is known color: Jaffa. HEX triplet: DD, 74 and 48. RGB value is (221,116,72). Sum of RGB (Red+Green+Blue) = 221+116+72=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7448 is #228BB7. Grayscale: #8E8E8E. Windows color (decimal): -2263992 or 4748509. OLE color: 4748509.

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

Color convert

RGB 221 116 72 -
CMYK 0 0.48 0.67 0.13
HSL 17.72º 0.69% 0.57% -
HSV(B) 17.72º 0.67% 0.87% -
XYZ 37.23 28.33 9.64 -
YUV 142.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 221 116 72 0 0.48 0.67 0.13 17.72 0.69 0.57
Hex DD 74 48 0 30 43 D 12 45 39
Octal 335 164 110 0 60 103 15 22 105 71
Binary 11011101 1110100 1001000 0 110000 1000011 1101 10010 1000101 111001

Color Harmonies of #DD7448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7448

Black with #DD7448

Text Example


Text Example

White with #DD7448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7448; }

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

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

background-color css

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

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

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

border-color css

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

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

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