Html Css Color HEX #DD744A Jaffa

📋 copy color: '#DD744A'

red 221 ◦ green 116 ◦ blue 74

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

Shades of Jaffa #DD744A

Tints of Jaffa #DD744A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18%

R = 53.77%
G = 28.22%
B = 18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD744A (or 0xDD744A) is known color: Jaffa. HEX triplet: DD, 74 and 4A. RGB value is (221,116,74). Sum of RGB (Red+Green+Blue) = 221+116+74=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 74 (29.30% from 255 or 18.00% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD744A is #228BB5. Grayscale: #8E8E8E. Windows color (decimal): -2263990 or 4879581. OLE color: 4879581.

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

Color convert

RGB 221 116 74 -
CMYK 0 0.48 0.67 0.13
HSL 17.14º 0.68% 0.58% -
HSV(B) 17.14º 0.67% 0.87% -
XYZ 37.3 28.36 9.99 -
YUV 142.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 221 116 74 0 0.48 0.67 0.13 17.14 0.68 0.58
Hex DD 74 4A 0 30 43 D 11 44 3A
Octal 335 164 112 0 60 103 15 21 104 72
Binary 11011101 1110100 1001010 0 110000 1000011 1101 10001 1000100 111010

Color Harmonies of #DD744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD744A

Black with #DD744A

Text Example


Text Example

White with #DD744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD744A; }

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

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

background-color css

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

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

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

border-color css

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

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

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