Html Css Color HEX #DD774D Jaffa

📋 copy color: '#DD774D'

red 221 ◦ green 119 ◦ blue 77

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

Shades of Jaffa #DD774D

Tints of Jaffa #DD774D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.47%

R = 53%
G = 28.54%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD774D (or 0xDD774D) is known color: Jaffa. HEX triplet: DD, 77 and 4D. RGB value is (221,119,77). Sum of RGB (Red+Green+Blue) = 221+119+77=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD774D is #2288B2. Grayscale: #909090. Windows color (decimal): -2263219 or 5076957. OLE color: 5076957.

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

Color convert

RGB 221 119 77 -
CMYK 0 0.46 0.65 0.13
HSL 17.5º 0.68% 0.58% -
HSV(B) 17.5º 0.65% 0.87% -
XYZ 37.76 29.1 10.65 -
YUV 144.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 221 119 77 0 0.46 0.65 0.13 17.5 0.68 0.58
Hex DD 77 4D 0 2E 41 D 12 44 3A
Octal 335 167 115 0 56 101 15 22 104 72
Binary 11011101 1110111 1001101 0 101110 1000001 1101 10010 1000100 111010

Color Harmonies of #DD774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD774D

Black with #DD774D

Text Example


Text Example

White with #DD774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD774D; }

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

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

background-color css

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

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

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

border-color css

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

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

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