Html Css Color HEX #DD7F4D Jaffa

📋 copy color: '#DD7F4D'

red 221 ◦ green 127 ◦ blue 77

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

Shades of Jaffa #DD7F4D

Tints of Jaffa #DD7F4D

RGB

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

 GREEN value IS 127 (50% from 255) = 29.88%

 BLUE value IS 77 (30.47% from 255) = 18.12%

R = 52%
G = 29.88%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD7F4D (or 0xDD7F4D) is known color: Jaffa. HEX triplet: DD, 7F and 4D. RGB value is (221,127,77). Sum of RGB (Red+Green+Blue) = 221+127+77=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 127 (50% from 255 or 29.88% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F4D is #2280B2. Grayscale: #959595. Windows color (decimal): -2261171 or 5079005. OLE color: 5079005.

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

Color convert

RGB 221 127 77 -
CMYK 0 0.43 0.65 0.13
HSL 20.83º 0.68% 0.58% -
HSV(B) 20.83º 0.65% 0.87% -
XYZ 38.75 31.09 10.98 -
YUV 149.41 87.14 179.07 -
System Red Green Blue C M Y K H S L
Decimal 221 127 77 0 0.43 0.65 0.13 20.83 0.68 0.58
Hex DD 7F 4D 0 2B 41 D 15 44 3A
Octal 335 177 115 0 53 101 15 25 104 72
Binary 11011101 1111111 1001101 0 101011 1000001 1101 10101 1000100 111010

Color Harmonies of #DD7F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F4D

Black with #DD7F4D

Text Example


Text Example

White with #DD7F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F4D; }

 p { color: rgb(221,127,77); }

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

background-color css

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

 a { background-color: rgb(221,127,77); }

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

border-color css

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

 span { border-color: rgb(221,127,77); }

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