Html Css Color HEX #DD7951 Jaffa

📋 copy color: '#DD7951'

red 221 ◦ green 121 ◦ blue 81

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

Shades of Jaffa #DD7951

Tints of Jaffa #DD7951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.15%

R = 52.25%
G = 28.61%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD7951 (or 0xDD7951) is known color: Jaffa. HEX triplet: DD, 79 and 51. RGB value is (221,121,81). Sum of RGB (Red+Green+Blue) = 221+121+81=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 121 (47.66% from 255 or 28.61% from 423); Blue value is 81 (32.03% from 255 or 19.15% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7951 is #2286AE. Grayscale: #929292. Windows color (decimal): -2262703 or 5339613. OLE color: 5339613.

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

Color convert

RGB 221 121 81 -
CMYK 0 0.45 0.63 0.13
HSL 17.14º 0.67% 0.59% -
HSV(B) 17.14º 0.63% 0.87% -
XYZ 38.14 29.64 11.5 -
YUV 146.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 221 121 81 0 0.45 0.63 0.13 17.14 0.67 0.59
Hex DD 79 51 0 2D 3F D 11 43 3B
Octal 335 171 121 0 55 77 15 21 103 73
Binary 11011101 1111001 1010001 0 101101 111111 1101 10001 1000011 111011

Color Harmonies of #DD7951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7951

Black with #DD7951

Text Example


Text Example

White with #DD7951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7951; }

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

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

background-color css

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

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

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

border-color css

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

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

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