Html Css Color HEX #DD773F Jaffa

📋 copy color: '#DD773F'

red 221 ◦ green 119 ◦ blue 63

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

Shades of Jaffa #DD773F

Tints of Jaffa #DD773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.53%

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

R = 54.84%
G = 29.53%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD773F (or 0xDD773F) is known color: Jaffa. HEX triplet: DD, 77 and 3F. RGB value is (221,119,63). Sum of RGB (Red+Green+Blue) = 221+119+63=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD773F is #2288C0. Grayscale: #8F8F8F. Windows color (decimal): -2263233 or 4159453. OLE color: 4159453.

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

Color convert

RGB 221 119 63 -
CMYK 0 0.46 0.71 0.13
HSL 21.27º 0.7% 0.56% -
HSV(B) 21.27º 0.71% 0.87% -
XYZ 37.31 28.92 8.32 -
YUV 143.11 82.79 183.55 -
System Red Green Blue C M Y K H S L
Decimal 221 119 63 0 0.46 0.71 0.13 21.27 0.7 0.56
Hex DD 77 3F 0 2E 47 D 15 46 38
Octal 335 167 77 0 56 107 15 25 106 70
Binary 11011101 1110111 111111 0 101110 1000111 1101 10101 1000110 111000

Color Harmonies of #DD773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD773F

Black with #DD773F

Text Example


Text Example

White with #DD773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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