Html Css Color HEX #DD7E4A Jaffa

📋 copy color: '#DD7E4A'

red 221 ◦ green 126 ◦ blue 74

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

Shades of Jaffa #DD7E4A

Tints of Jaffa #DD7E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.58%

R = 52.49%
G = 29.93%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD7E4A (or 0xDD7E4A) is known color: Jaffa. HEX triplet: DD, 7E and 4A. RGB value is (221,126,74). Sum of RGB (Red+Green+Blue) = 221+126+74=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7E4A is #2281B5. Grayscale: #949494. Windows color (decimal): -2261430 or 4882141. OLE color: 4882141.

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

Color convert

RGB 221 126 74 -
CMYK 0 0.43 0.67 0.13
HSL 21.22º 0.68% 0.58% -
HSV(B) 21.22º 0.67% 0.87% -
XYZ 38.52 30.79 10.39 -
YUV 148.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 221 126 74 0 0.43 0.67 0.13 21.22 0.68 0.58
Hex DD 7E 4A 0 2B 43 D 15 44 3A
Octal 335 176 112 0 53 103 15 25 104 72
Binary 11011101 1111110 1001010 0 101011 1000011 1101 10101 1000100 111010

Color Harmonies of #DD7E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E4A

Black with #DD7E4A

Text Example


Text Example

White with #DD7E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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