Html Css Color HEX #DD7D48 Jaffa

📋 copy color: '#DD7D48'

red 221 ◦ green 125 ◦ blue 72

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

Shades of Jaffa #DD7D48

Tints of Jaffa #DD7D48

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

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

R = 52.87%
G = 29.9%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD7D48 (or 0xDD7D48) is known color: Jaffa. HEX triplet: DD, 7D and 48. RGB value is (221,125,72). Sum of RGB (Red+Green+Blue) = 221+125+72=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 72 (28.52% from 255 or 17.22% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7D48 is #2282B7. Grayscale: #939393. Windows color (decimal): -2261688 or 4750813. OLE color: 4750813.

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

Color convert

RGB 221 125 72 -
CMYK 0 0.43 0.67 0.13
HSL 21.34º 0.69% 0.57% -
HSV(B) 21.34º 0.67% 0.87% -
XYZ 38.32 30.51 10 -
YUV 147.66 85.3 180.31 -
System Red Green Blue C M Y K H S L
Decimal 221 125 72 0 0.43 0.67 0.13 21.34 0.69 0.57
Hex DD 7D 48 0 2B 43 D 15 45 39
Octal 335 175 110 0 53 103 15 25 105 71
Binary 11011101 1111101 1001000 0 101011 1000011 1101 10101 1000101 111001

Color Harmonies of #DD7D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D48

Black with #DD7D48

Text Example


Text Example

White with #DD7D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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