Html Css Color HEX #DD7950 Jaffa

📋 copy color: '#DD7950'

red 221 ◦ green 121 ◦ blue 80

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

Shades of Jaffa #DD7950

Tints of Jaffa #DD7950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.67%

 BLUE value IS 80 (31.64% from 255) = 18.96%

R = 52.37%
G = 28.67%
B = 18.96%

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

#DD7950 (or 0xDD7950) is known color: Jaffa. HEX triplet: DD, 79 and 50. RGB value is (221,121,80). Sum of RGB (Red+Green+Blue) = 221+121+80=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7950 is #2286AF. Grayscale: #929292. Windows color (decimal): -2262704 or 5274077. OLE color: 5274077.

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

Color convert

RGB 221 121 80 -
CMYK 0 0.45 0.64 0.13
HSL 17.45º 0.67% 0.59% -
HSV(B) 17.45º 0.64% 0.87% -
XYZ 38.1 29.63 11.3 -
YUV 146.23 90.63 181.33 -
System Red Green Blue C M Y K H S L
Decimal 221 121 80 0 0.45 0.64 0.13 17.45 0.67 0.59
Hex DD 79 50 0 2D 40 D 11 43 3B
Octal 335 171 120 0 55 100 15 21 103 73
Binary 11011101 1111001 1010000 0 101101 1000000 1101 10001 1000011 111011

Color Harmonies of #DD7950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7950

Black with #DD7950

Text Example


Text Example

White with #DD7950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7950; }

 p { color: rgb(221,121,80); }

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

background-color css

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

 a { background-color: rgb(221,121,80); }

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

border-color css

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

 span { border-color: rgb(221,121,80); }

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