Html Css Color HEX #DD774E Jaffa

📋 copy color: '#DD774E'

red 221 ◦ green 119 ◦ blue 78

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

Shades of Jaffa #DD774E

Tints of Jaffa #DD774E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.66%

R = 52.87%
G = 28.47%
B = 18.66%

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

#DD774E (or 0xDD774E) is known color: Jaffa. HEX triplet: DD, 77 and 4E. RGB value is (221,119,78). Sum of RGB (Red+Green+Blue) = 221+119+78=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD774E is #2288B1. Grayscale: #919191. Windows color (decimal): -2263218 or 5142493. OLE color: 5142493.

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

Color convert

RGB 221 119 78 -
CMYK 0 0.46 0.65 0.13
HSL 17.2º 0.68% 0.59% -
HSV(B) 17.2º 0.65% 0.87% -
XYZ 37.79 29.12 10.84 -
YUV 144.82 90.29 182.33 -
System Red Green Blue C M Y K H S L
Decimal 221 119 78 0 0.46 0.65 0.13 17.2 0.68 0.59
Hex DD 77 4E 0 2E 41 D 11 44 3B
Octal 335 167 116 0 56 101 15 21 104 73
Binary 11011101 1110111 1001110 0 101110 1000001 1101 10001 1000100 111011

Color Harmonies of #DD774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD774E

Black with #DD774E

Text Example


Text Example

White with #DD774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD774E; }

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

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

background-color css

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

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

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

border-color css

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

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

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