Html Css Color HEX #DD7547 Jaffa

📋 copy color: '#DD7547'

red 221 ◦ green 117 ◦ blue 71

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

Shades of Jaffa #DD7547

Tints of Jaffa #DD7547

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.61%

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

R = 54.03%
G = 28.61%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD7547 (or 0xDD7547) is known color: Jaffa. HEX triplet: DD, 75 and 47. RGB value is (221,117,71). Sum of RGB (Red+Green+Blue) = 221+117+71=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7547 is #228AB8. Grayscale: #8F8F8F. Windows color (decimal): -2263737 or 4683229. OLE color: 4683229.

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

Color convert

RGB 221 117 71 -
CMYK 0 0.47 0.68 0.13
HSL 18.4º 0.69% 0.57% -
HSV(B) 18.4º 0.68% 0.87% -
XYZ 37.32 28.55 9.51 -
YUV 142.85 87.46 183.74 -
System Red Green Blue C M Y K H S L
Decimal 221 117 71 0 0.47 0.68 0.13 18.4 0.69 0.57
Hex DD 75 47 0 2F 44 D 12 45 39
Octal 335 165 107 0 57 104 15 22 105 71
Binary 11011101 1110101 1000111 0 101111 1000100 1101 10010 1000101 111001

Color Harmonies of #DD7547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7547

Black with #DD7547

Text Example


Text Example

White with #DD7547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7547; }

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

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

background-color css

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

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

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

border-color css

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

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

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