Html Css Color HEX #DD7F48 Jaffa

📋 copy color: '#DD7F48'

red 221 ◦ green 127 ◦ blue 72

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

Shades of Jaffa #DD7F48

Tints of Jaffa #DD7F48

RGB

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

 GREEN value IS 127 (50% from 255) = 30.24%

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

R = 52.62%
G = 30.24%
B = 17.14%

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

#DD7F48 (or 0xDD7F48) is known color: Jaffa. HEX triplet: DD, 7F and 48. RGB value is (221,127,72). Sum of RGB (Red+Green+Blue) = 221+127+72=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F48 is #2280B7. Grayscale: #959595. Windows color (decimal): -2261176 or 4751325. OLE color: 4751325.

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

Color convert

RGB 221 127 72 -
CMYK 0 0.43 0.67 0.13
HSL 22.15º 0.69% 0.57% -
HSV(B) 22.15º 0.67% 0.87% -
XYZ 38.58 31.02 10.08 -
YUV 148.84 84.64 179.47 -
System Red Green Blue C M Y K H S L
Decimal 221 127 72 0 0.43 0.67 0.13 22.15 0.69 0.57
Hex DD 7F 48 0 2B 43 D 16 45 39
Octal 335 177 110 0 53 103 15 26 105 71
Binary 11011101 1111111 1001000 0 101011 1000011 1101 10110 1000101 111001

Color Harmonies of #DD7F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F48

Black with #DD7F48

Text Example


Text Example

White with #DD7F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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