Html Css Color HEX #DF774D Jaffa

📋 copy color: '#DF774D'

red 223 ◦ green 119 ◦ blue 77

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

Shades of Jaffa #DF774D

Tints of Jaffa #DF774D

RGB

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

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

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

R = 53.22%
G = 28.4%
B = 18.38%

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

#DF774D (or 0xDF774D) is known color: Jaffa. HEX triplet: DF, 77 and 4D. RGB value is (223,119,77). Sum of RGB (Red+Green+Blue) = 223+119+77=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF774D is #2088B2. Grayscale: #919191. Windows color (decimal): -2132147 or 5076959. OLE color: 5076959.

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

Color convert

RGB 223 119 77 -
CMYK 0 0.47 0.65 0.13
HSL 17.26º 0.7% 0.59% -
HSV(B) 17.26º 0.65% 0.87% -
XYZ 38.37 29.42 10.68 -
YUV 145.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 223 119 77 0 0.47 0.65 0.13 17.26 0.7 0.59
Hex DF 77 4D 0 2F 41 D 11 46 3B
Octal 337 167 115 0 57 101 15 21 106 73
Binary 11011111 1110111 1001101 0 101111 1000001 1101 10001 1000110 111011

Color Harmonies of #DF774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF774D

Black with #DF774D

Text Example


Text Example

White with #DF774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF774D; }

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

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

background-color css

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

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

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

border-color css

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

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

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