Html Css Color HEX #DD6E47 Jaffa

📋 copy color: '#DD6E47'

red 221 ◦ green 110 ◦ blue 71

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

Shades of Jaffa #DD6E47

Tints of Jaffa #DD6E47

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.36%

 BLUE value IS 71 (28.13% from 255) = 17.66%

R = 54.98%
G = 27.36%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD6E47 (or 0xDD6E47) is known color: Jaffa. HEX triplet: DD, 6E and 47. RGB value is (221,110,71). Sum of RGB (Red+Green+Blue) = 221+110+71=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6E47 is #2291B8. Grayscale: #8B8B8B. Windows color (decimal): -2265529 or 4681437. OLE color: 4681437.

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

Color convert

RGB 221 110 71 -
CMYK 0 0.50 0.68 0.13
HSL 15.6º 0.69% 0.57% -
HSV(B) 15.6º 0.68% 0.87% -
XYZ 36.53 26.98 9.24 -
YUV 138.74 89.77 186.67 -
System Red Green Blue C M Y K H S L
Decimal 221 110 71 0 0.50 0.68 0.13 15.6 0.69 0.57
Hex DD 6E 47 0 32 44 D 10 45 39
Octal 335 156 107 0 62 104 15 20 105 71
Binary 11011101 1101110 1000111 0 110010 1000100 1101 10000 1000101 111001

Color Harmonies of #DD6E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E47

Black with #DD6E47

Text Example


Text Example

White with #DD6E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E47; }

 p { color: rgb(221,110,71); }

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

background-color css

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

 a { background-color: rgb(221,110,71); }

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

border-color css

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

 span { border-color: rgb(221,110,71); }

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