Html Css Color HEX #DD7D4F Jaffa

📋 copy color: '#DD7D4F'

red 221 ◦ green 125 ◦ blue 79

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

Shades of Jaffa #DD7D4F

Tints of Jaffa #DD7D4F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.41%

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

R = 52%
G = 29.41%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD7D4F (or 0xDD7D4F) is known color: Jaffa. HEX triplet: DD, 7D and 4F. RGB value is (221,125,79). Sum of RGB (Red+Green+Blue) = 221+125+79=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 79 (31.25% from 255 or 18.59% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D4F is #2282B0. Grayscale: #949494. Windows color (decimal): -2261681 or 5209565. OLE color: 5209565.

HSL color Cylindrical-coordinate representation of color #DD7D4F: hue angle of 19.44º 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 #DD7D4F is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 125 79 -
CMYK 0 0.43 0.64 0.13
HSL 19.44º 0.68% 0.59% -
HSV(B) 19.44º 0.64% 0.87% -
XYZ 38.56 30.6 11.27 -
YUV 148.46 88.8 179.74 -
System Red Green Blue C M Y K H S L
Decimal 221 125 79 0 0.43 0.64 0.13 19.44 0.68 0.59
Hex DD 7D 4F 0 2B 40 D 13 44 3B
Octal 335 175 117 0 53 100 15 23 104 73
Binary 11011101 1111101 1001111 0 101011 1000000 1101 10011 1000100 111011

Color Harmonies of #DD7D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D4F

Black with #DD7D4F

Text Example


Text Example

White with #DD7D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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