Html Css Color HEX #DD7941 Jaffa

📋 copy color: '#DD7941'

red 221 ◦ green 121 ◦ blue 65

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

Shades of Jaffa #DD7941

Tints of Jaffa #DD7941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.97%

R = 54.3%
G = 29.73%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD7941 (or 0xDD7941) is known color: Jaffa. HEX triplet: DD, 79 and 41. RGB value is (221,121,65). Sum of RGB (Red+Green+Blue) = 221+121+65=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7941 is #2286BE. Grayscale: #909090. Windows color (decimal): -2262719 or 4291037. OLE color: 4291037.

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

Color convert

RGB 221 121 65 -
CMYK 0 0.45 0.71 0.13
HSL 21.54º 0.7% 0.56% -
HSV(B) 21.54º 0.71% 0.87% -
XYZ 37.61 29.43 8.7 -
YUV 144.52 83.13 182.55 -
System Red Green Blue C M Y K H S L
Decimal 221 121 65 0 0.45 0.71 0.13 21.54 0.7 0.56
Hex DD 79 41 0 2D 47 D 16 46 38
Octal 335 171 101 0 55 107 15 26 106 70
Binary 11011101 1111001 1000001 0 101101 1000111 1101 10110 1000110 111000

Color Harmonies of #DD7941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7941

Black with #DD7941

Text Example


Text Example

White with #DD7941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7941; }

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

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

background-color css

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

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

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

border-color css

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

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

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