Html Css Color HEX #DD7A49 Jaffa

📋 copy color: '#DD7A49'

red 221 ◦ green 122 ◦ blue 73

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

Shades of Jaffa #DD7A49

Tints of Jaffa #DD7A49

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.33%

 BLUE value IS 73 (28.91% from 255) = 17.55%

R = 53.13%
G = 29.33%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD7A49 (or 0xDD7A49) is known color: Jaffa. HEX triplet: DD, 7A and 49. RGB value is (221,122,73). Sum of RGB (Red+Green+Blue) = 221+122+73=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A49 is #2285B6. Grayscale: #929292. Windows color (decimal): -2262455 or 4815581. OLE color: 4815581.

HSL color Cylindrical-coordinate representation of color #DD7A49: hue angle of 19.86º degrees, saturation: 0.69, 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 #DD7A49 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 122 73 -
CMYK 0 0.45 0.67 0.13
HSL 19.86º 0.69% 0.58% -
HSV(B) 19.86º 0.67% 0.87% -
XYZ 37.98 29.77 10.05 -
YUV 146.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 221 122 73 0 0.45 0.67 0.13 19.86 0.69 0.58
Hex DD 7A 49 0 2D 43 D 14 45 3A
Octal 335 172 111 0 55 103 15 24 105 72
Binary 11011101 1111010 1001001 0 101101 1000011 1101 10100 1000101 111010

Color Harmonies of #DD7A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A49

Black with #DD7A49

Text Example


Text Example

White with #DD7A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A49; }

 p { color: rgb(221,122,73); }

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

background-color css

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

 a { background-color: rgb(221,122,73); }

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

border-color css

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

 span { border-color: rgb(221,122,73); }

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