Html Css Color HEX #DF784F Jaffa

📋 copy color: '#DF784F'

red 223 ◦ green 120 ◦ blue 79

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

Shades of Jaffa #DF784F

Tints of Jaffa #DF784F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.44%

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

R = 52.84%
G = 28.44%
B = 18.72%

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

#DF784F (or 0xDF784F) is known color: Jaffa. HEX triplet: DF, 78 and 4F. RGB value is (223,120,79). Sum of RGB (Red+Green+Blue) = 223+120+79=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF784F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF784F is #2087B0. Grayscale: #929292. Windows color (decimal): -2131889 or 5208287. OLE color: 5208287.

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

Color convert

RGB 223 120 79 -
CMYK 0 0.46 0.65 0.13
HSL 17.08º 0.69% 0.59% -
HSV(B) 17.08º 0.65% 0.87% -
XYZ 38.56 29.69 11.09 -
YUV 146.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 223 120 79 0 0.46 0.65 0.13 17.08 0.69 0.59
Hex DF 78 4F 0 2E 41 D 11 45 3B
Octal 337 170 117 0 56 101 15 21 105 73
Binary 11011111 1111000 1001111 0 101110 1000001 1101 10001 1000101 111011

Color Harmonies of #DF784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF784F

Black with #DF784F

Text Example


Text Example

White with #DF784F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF784F; }

 p { color: rgb(223,120,79); }

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

background-color css

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

 a { background-color: rgb(223,120,79); }

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

border-color css

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

 span { border-color: rgb(223,120,79); }

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