Html Css Color HEX #DD744C Jaffa

📋 copy color: '#DD744C'

red 221 ◦ green 116 ◦ blue 76

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

Shades of Jaffa #DD744C

Tints of Jaffa #DD744C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.4%

R = 53.51%
G = 28.09%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD744C (or 0xDD744C) is known color: Jaffa. HEX triplet: DD, 74 and 4C. RGB value is (221,116,76). Sum of RGB (Red+Green+Blue) = 221+116+76=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD744C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD744C is #228BB3. Grayscale: #8F8F8F. Windows color (decimal): -2263988 or 5010653. OLE color: 5010653.

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

Color convert

RGB 221 116 76 -
CMYK 0 0.48 0.66 0.13
HSL 16.55º 0.68% 0.58% -
HSV(B) 16.55º 0.66% 0.87% -
XYZ 37.37 28.38 10.35 -
YUV 142.84 90.29 183.75 -
System Red Green Blue C M Y K H S L
Decimal 221 116 76 0 0.48 0.66 0.13 16.55 0.68 0.58
Hex DD 74 4C 0 30 42 D 11 44 3A
Octal 335 164 114 0 60 102 15 21 104 72
Binary 11011101 1110100 1001100 0 110000 1000010 1101 10001 1000100 111010

Color Harmonies of #DD744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD744C

Black with #DD744C

Text Example


Text Example

White with #DD744C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD744C; }

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

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

background-color css

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

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

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

border-color css

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

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

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