Html Css Color HEX #DD744B Jaffa

📋 copy color: '#DD744B'

red 221 ◦ green 116 ◦ blue 75

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

Shades of Jaffa #DD744B

Tints of Jaffa #DD744B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.2%

R = 53.64%
G = 28.16%
B = 18.2%

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

#DD744B (or 0xDD744B) is known color: Jaffa. HEX triplet: DD, 74 and 4B. RGB value is (221,116,75). Sum of RGB (Red+Green+Blue) = 221+116+75=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD744B is #228BB4. Grayscale: #8E8E8E. Windows color (decimal): -2263989 or 4945117. OLE color: 4945117.

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

Color convert

RGB 221 116 75 -
CMYK 0 0.48 0.66 0.13
HSL 16.85º 0.68% 0.58% -
HSV(B) 16.85º 0.66% 0.87% -
XYZ 37.33 28.37 10.17 -
YUV 142.72 89.79 183.83 -
System Red Green Blue C M Y K H S L
Decimal 221 116 75 0 0.48 0.66 0.13 16.85 0.68 0.58
Hex DD 74 4B 0 30 42 D 11 44 3A
Octal 335 164 113 0 60 102 15 21 104 72
Binary 11011101 1110100 1001011 0 110000 1000010 1101 10001 1000100 111010

Color Harmonies of #DD744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD744B

Black with #DD744B

Text Example


Text Example

White with #DD744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD744B; }

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

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

background-color css

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

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

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

border-color css

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

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

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