Html Css Color HEX #DD773D Jaffa

📋 copy color: '#DD773D'

red 221 ◦ green 119 ◦ blue 61

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

Shades of Jaffa #DD773D

Tints of Jaffa #DD773D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.21%

R = 55.11%
G = 29.68%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD773D (or 0xDD773D) is known color: Jaffa. HEX triplet: DD, 77 and 3D. RGB value is (221,119,61). Sum of RGB (Red+Green+Blue) = 221+119+61=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 61 (24.22% from 255 or 15.21% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD773D is #2288C2. Grayscale: #8F8F8F. Windows color (decimal): -2263235 or 4028381. OLE color: 4028381.

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

Color convert

RGB 221 119 61 -
CMYK 0 0.46 0.72 0.13
HSL 21.75º 0.7% 0.55% -
HSV(B) 21.75º 0.72% 0.87% -
XYZ 37.26 28.9 8.03 -
YUV 142.89 81.79 183.72 -
System Red Green Blue C M Y K H S L
Decimal 221 119 61 0 0.46 0.72 0.13 21.75 0.7 0.55
Hex DD 77 3D 0 2E 48 D 16 46 37
Octal 335 167 75 0 56 110 15 26 106 67
Binary 11011101 1110111 111101 0 101110 1001000 1101 10110 1000110 110111

Color Harmonies of #DD773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD773D

Black with #DD773D

Text Example


Text Example

White with #DD773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD773D; }

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

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

background-color css

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

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

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

border-color css

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

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

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