Html Css Color HEX #DD7F49 Jaffa

📋 copy color: '#DD7F49'

red 221 ◦ green 127 ◦ blue 73

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

Shades of Jaffa #DD7F49

Tints of Jaffa #DD7F49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.34%

R = 52.49%
G = 30.17%
B = 17.34%

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

#DD7F49 (or 0xDD7F49) is known color: Jaffa. HEX triplet: DD, 7F and 49. RGB value is (221,127,73). Sum of RGB (Red+Green+Blue) = 221+127+73=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F49 is #2280B6. Grayscale: #959595. Windows color (decimal): -2261175 or 4816861. OLE color: 4816861.

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

Color convert

RGB 221 127 73 -
CMYK 0 0.43 0.67 0.13
HSL 21.89º 0.69% 0.58% -
HSV(B) 21.89º 0.67% 0.87% -
XYZ 38.61 31.03 10.26 -
YUV 148.95 85.14 179.39 -
System Red Green Blue C M Y K H S L
Decimal 221 127 73 0 0.43 0.67 0.13 21.89 0.69 0.58
Hex DD 7F 49 0 2B 43 D 16 45 3A
Octal 335 177 111 0 53 103 15 26 105 72
Binary 11011101 1111111 1001001 0 101011 1000011 1101 10110 1000101 111010

Color Harmonies of #DD7F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F49

Black with #DD7F49

Text Example


Text Example

White with #DD7F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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