Html Css Color HEX #DD7A4F Jaffa

📋 copy color: '#DD7A4F'

red 221 ◦ green 122 ◦ blue 79

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

Shades of Jaffa #DD7A4F

Tints of Jaffa #DD7A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.72%

R = 52.37%
G = 28.91%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD7A4F (or 0xDD7A4F) is known color: Jaffa. HEX triplet: DD, 7A and 4F. RGB value is (221,122,79). Sum of RGB (Red+Green+Blue) = 221+122+79=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A4F is #2285B0. Grayscale: #929292. Windows color (decimal): -2262449 or 5208797. OLE color: 5208797.

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

Color convert

RGB 221 122 79 -
CMYK 0 0.45 0.64 0.13
HSL 18.17º 0.68% 0.59% -
HSV(B) 18.17º 0.64% 0.87% -
XYZ 38.19 29.86 11.15 -
YUV 146.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 221 122 79 0 0.45 0.64 0.13 18.17 0.68 0.59
Hex DD 7A 4F 0 2D 40 D 12 44 3B
Octal 335 172 117 0 55 100 15 22 104 73
Binary 11011101 1111010 1001111 0 101101 1000000 1101 10010 1000100 111011

Color Harmonies of #DD7A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A4F

Black with #DD7A4F

Text Example


Text Example

White with #DD7A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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