Html Css Color HEX #DD6F47 Jaffa

📋 copy color: '#DD6F47'

red 221 ◦ green 111 ◦ blue 71

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

Shades of Jaffa #DD6F47

Tints of Jaffa #DD6F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.54%

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

R = 54.84%
G = 27.54%
B = 17.62%

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

#DD6F47 (or 0xDD6F47) is known color: Jaffa. HEX triplet: DD, 6F and 47. RGB value is (221,111,71). Sum of RGB (Red+Green+Blue) = 221+111+71=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6F47 is #2290B8. Grayscale: #8B8B8B. Windows color (decimal): -2265273 or 4681693. OLE color: 4681693.

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

Color convert

RGB 221 111 71 -
CMYK 0 0.50 0.68 0.13
HSL 16º 0.69% 0.57% -
HSV(B) 16º 0.68% 0.87% -
XYZ 36.64 27.2 9.28 -
YUV 139.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 221 111 71 0 0.50 0.68 0.13 16 0.69 0.57
Hex DD 6F 47 0 32 44 D 10 45 39
Octal 335 157 107 0 62 104 15 20 105 71
Binary 11011101 1101111 1000111 0 110010 1000100 1101 10000 1000101 111001

Color Harmonies of #DD6F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6F47

Black with #DD6F47

Text Example


Text Example

White with #DD6F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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