Html Css Color HEX #DD7A44 Jaffa

📋 copy color: '#DD7A44'

red 221 ◦ green 122 ◦ blue 68

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

Shades of Jaffa #DD7A44

Tints of Jaffa #DD7A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.55%

R = 53.77%
G = 29.68%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD7A44 (or 0xDD7A44) is known color: Jaffa. HEX triplet: DD, 7A and 44. RGB value is (221,122,68). Sum of RGB (Red+Green+Blue) = 221+122+68=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A44 is #2285BB. Grayscale: #919191. Windows color (decimal): -2262460 or 4487901. OLE color: 4487901.

HSL color Cylindrical-coordinate representation of color #DD7A44: hue angle of 21.18º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD7A44 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 122 68 -
CMYK 0 0.45 0.69 0.13
HSL 21.18º 0.69% 0.57% -
HSV(B) 21.18º 0.69% 0.87% -
XYZ 37.82 29.71 9.21 -
YUV 145.45 84.3 181.89 -
System Red Green Blue C M Y K H S L
Decimal 221 122 68 0 0.45 0.69 0.13 21.18 0.69 0.57
Hex DD 7A 44 0 2D 45 D 15 45 39
Octal 335 172 104 0 55 105 15 25 105 71
Binary 11011101 1111010 1000100 0 101101 1000101 1101 10101 1000101 111001

Color Harmonies of #DD7A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A44

Black with #DD7A44

Text Example


Text Example

White with #DD7A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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