Html Css Color HEX #DD774F Jaffa

📋 copy color: '#DD774F'

red 221 ◦ green 119 ◦ blue 79

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

Shades of Jaffa #DD774F

Tints of Jaffa #DD774F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.85%

R = 52.74%
G = 28.4%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD774F (or 0xDD774F) is known color: Jaffa. HEX triplet: DD, 77 and 4F. RGB value is (221,119,79). Sum of RGB (Red+Green+Blue) = 221+119+79=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 79 (31.25% from 255 or 18.85% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD774F is #2288B0. Grayscale: #919191. Windows color (decimal): -2263217 or 5208029. OLE color: 5208029.

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

Color convert

RGB 221 119 79 -
CMYK 0 0.46 0.64 0.13
HSL 16.9º 0.68% 0.59% -
HSV(B) 16.9º 0.64% 0.87% -
XYZ 37.83 29.13 11.03 -
YUV 144.94 90.79 182.25 -
System Red Green Blue C M Y K H S L
Decimal 221 119 79 0 0.46 0.64 0.13 16.9 0.68 0.59
Hex DD 77 4F 0 2E 40 D 11 44 3B
Octal 335 167 117 0 56 100 15 21 104 73
Binary 11011101 1110111 1001111 0 101110 1000000 1101 10001 1000100 111011

Color Harmonies of #DD774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD774F

Black with #DD774F

Text Example


Text Example

White with #DD774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD774F; }

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

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

background-color css

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

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

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

border-color css

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

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

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