Html Css Color HEX #DF774E Jaffa

📋 copy color: '#DF774E'

red 223 ◦ green 119 ◦ blue 78

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

Shades of Jaffa #DF774E

Tints of Jaffa #DF774E

RGB

 RED value IS 223 (87.5% from 255) = 53.1%

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

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

R = 53.1%
G = 28.33%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF774E (or 0xDF774E) is known color: Jaffa. HEX triplet: DF, 77 and 4E. RGB value is (223,119,78). Sum of RGB (Red+Green+Blue) = 223+119+78=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 78 (30.86% from 255 or 18.57% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF774E is #2088B1. Grayscale: #919191. Windows color (decimal): -2132146 or 5142495. OLE color: 5142495.

HSL color Cylindrical-coordinate representation of color #DF774E: hue angle of 16.97º degrees, saturation: 0.69, 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 #DF774E is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 119 78 -
CMYK 0 0.47 0.65 0.13
HSL 16.97º 0.69% 0.59% -
HSV(B) 16.97º 0.65% 0.87% -
XYZ 38.4 29.43 10.86 -
YUV 145.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 223 119 78 0 0.47 0.65 0.13 16.97 0.69 0.59
Hex DF 77 4E 0 2F 41 D 11 45 3B
Octal 337 167 116 0 57 101 15 21 105 73
Binary 11011111 1110111 1001110 0 101111 1000001 1101 10001 1000101 111011

Color Harmonies of #DF774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF774E

Black with #DF774E

Text Example


Text Example

White with #DF774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF774E; }

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

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

background-color css

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

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

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

border-color css

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

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

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