Html Css Color HEX #DD7E4E Jaffa

📋 copy color: '#DD7E4E'

red 221 ◦ green 126 ◦ blue 78

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

Shades of Jaffa #DD7E4E

Tints of Jaffa #DD7E4E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.65%

 BLUE value IS 78 (30.86% from 255) = 18.35%

R = 52%
G = 29.65%
B = 18.35%

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

#DD7E4E (or 0xDD7E4E) is known color: Jaffa. HEX triplet: DD, 7E and 4E. RGB value is (221,126,78). Sum of RGB (Red+Green+Blue) = 221+126+78=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E4E is #2281B1. Grayscale: #959595. Windows color (decimal): -2261426 or 5144285. OLE color: 5144285.

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

Color convert

RGB 221 126 78 -
CMYK 0 0.43 0.65 0.13
HSL 20.14º 0.68% 0.59% -
HSV(B) 20.14º 0.65% 0.87% -
XYZ 38.65 30.84 11.12 -
YUV 148.93 87.97 179.4 -
System Red Green Blue C M Y K H S L
Decimal 221 126 78 0 0.43 0.65 0.13 20.14 0.68 0.59
Hex DD 7E 4E 0 2B 41 D 14 44 3B
Octal 335 176 116 0 53 101 15 24 104 73
Binary 11011101 1111110 1001110 0 101011 1000001 1101 10100 1000100 111011

Color Harmonies of #DD7E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E4E

Black with #DD7E4E

Text Example


Text Example

White with #DD7E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E4E; }

 p { color: rgb(221,126,78); }

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

background-color css

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

 a { background-color: rgb(221,126,78); }

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

border-color css

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

 span { border-color: rgb(221,126,78); }

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