Html Css Color HEX #DD7749 Jaffa

📋 copy color: '#DD7749'

red 221 ◦ green 119 ◦ blue 73

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

Shades of Jaffa #DD7749

Tints of Jaffa #DD7749

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.81%

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

R = 53.51%
G = 28.81%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD7749 (or 0xDD7749) is known color: Jaffa. HEX triplet: DD, 77 and 49. RGB value is (221,119,73). Sum of RGB (Red+Green+Blue) = 221+119+73=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7749 is #2288B6. Grayscale: #909090. Windows color (decimal): -2263223 or 4814813. OLE color: 4814813.

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

Color convert

RGB 221 119 73 -
CMYK 0 0.46 0.67 0.13
HSL 18.65º 0.69% 0.58% -
HSV(B) 18.65º 0.67% 0.87% -
XYZ 37.62 29.05 9.93 -
YUV 144.25 87.79 182.74 -
System Red Green Blue C M Y K H S L
Decimal 221 119 73 0 0.46 0.67 0.13 18.65 0.69 0.58
Hex DD 77 49 0 2E 43 D 13 45 3A
Octal 335 167 111 0 56 103 15 23 105 72
Binary 11011101 1110111 1001001 0 101110 1000011 1101 10011 1000101 111010

Color Harmonies of #DD7749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7749

Black with #DD7749

Text Example


Text Example

White with #DD7749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7749; }

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

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

background-color css

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

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

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

border-color css

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

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

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