Html Css Color HEX #DD8247 Jaffa

📋 copy color: '#DD8247'

red 221 ◦ green 130 ◦ blue 71

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

Shades of Jaffa #DD8247

Tints of Jaffa #DD8247

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.81%

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

R = 52.37%
G = 30.81%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD8247 (or 0xDD8247) is known color: Jaffa. HEX triplet: DD, 82 and 47. RGB value is (221,130,71). Sum of RGB (Red+Green+Blue) = 221+130+71=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8247 is #227DB8. Grayscale: #969696. Windows color (decimal): -2260409 or 4686557. OLE color: 4686557.

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

Color convert

RGB 221 130 71 -
CMYK 0 0.41 0.68 0.13
HSL 23.6º 0.69% 0.57% -
HSV(B) 23.6º 0.68% 0.87% -
XYZ 38.94 31.79 10.05 -
YUV 150.48 83.15 178.3 -
System Red Green Blue C M Y K H S L
Decimal 221 130 71 0 0.41 0.68 0.13 23.6 0.69 0.57
Hex DD 82 47 0 29 44 D 18 45 39
Octal 335 202 107 0 51 104 15 30 105 71
Binary 11011101 10000010 1000111 0 101001 1000100 1101 11000 1000101 111001

Color Harmonies of #DD8247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8247

Black with #DD8247

Text Example


Text Example

White with #DD8247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8247; }

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

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

background-color css

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

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

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

border-color css

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

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

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