Html Css Color HEX #DD744E Jaffa

📋 copy color: '#DD744E'

red 221 ◦ green 116 ◦ blue 78

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

Shades of Jaffa #DD744E

Tints of Jaffa #DD744E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.8%

R = 53.25%
G = 27.95%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD744E (or 0xDD744E) is known color: Jaffa. HEX triplet: DD, 74 and 4E. RGB value is (221,116,78). Sum of RGB (Red+Green+Blue) = 221+116+78=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD744E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD744E is #228BB1. Grayscale: #8F8F8F. Windows color (decimal): -2263986 or 5141725. OLE color: 5141725.

HSL color Cylindrical-coordinate representation of color #DD744E: hue angle of 15.94º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD744E is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 116 78 -
CMYK 0 0.48 0.65 0.13
HSL 15.94º 0.68% 0.59% -
HSV(B) 15.94º 0.65% 0.87% -
XYZ 37.44 28.41 10.72 -
YUV 143.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 221 116 78 0 0.48 0.65 0.13 15.94 0.68 0.59
Hex DD 74 4E 0 30 41 D 10 44 3B
Octal 335 164 116 0 60 101 15 20 104 73
Binary 11011101 1110100 1001110 0 110000 1000001 1101 10000 1000100 111011

Color Harmonies of #DD744E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD744E

Black with #DD744E

Text Example


Text Example

White with #DD744E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD744E; }

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

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

background-color css

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

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

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

border-color css

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

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

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