Html Css Color HEX #DD793F Jaffa

📋 copy color: '#DD793F'

red 221 ◦ green 121 ◦ blue 63

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

Shades of Jaffa #DD793F

Tints of Jaffa #DD793F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.56%

R = 54.57%
G = 29.88%
B = 15.56%

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

#DD793F (or 0xDD793F) is known color: Jaffa. HEX triplet: DD, 79 and 3F. RGB value is (221,121,63). Sum of RGB (Red+Green+Blue) = 221+121+63=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD793F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD793F is #2286C0. Grayscale: #909090. Windows color (decimal): -2262721 or 4159965. OLE color: 4159965.

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

Color convert

RGB 221 121 63 -
CMYK 0 0.45 0.71 0.13
HSL 22.03º 0.7% 0.56% -
HSV(B) 22.03º 0.71% 0.87% -
XYZ 37.55 29.41 8.4 -
YUV 144.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 221 121 63 0 0.45 0.71 0.13 22.03 0.7 0.56
Hex DD 79 3F 0 2D 47 D 16 46 38
Octal 335 171 77 0 55 107 15 26 106 70
Binary 11011101 1111001 111111 0 101101 1000111 1101 10110 1000110 111000

Color Harmonies of #DD793F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD793F

Black with #DD793F

Text Example


Text Example

White with #DD793F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD793F; }

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

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

background-color css

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

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

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

border-color css

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

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

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