Html Css Color HEX #D9784F Jaffa

📋 copy color: '#D9784F'

red 217 ◦ green 120 ◦ blue 79

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

Shades of Jaffa #D9784F

Tints of Jaffa #D9784F

RGB

 RED value IS 217 (85.16% from 255) = 52.16%

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

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

R = 52.16%
G = 28.85%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9784F (or 0xD9784F) is known color: Jaffa. HEX triplet: D9, 78 and 4F. RGB value is (217,120,79). Sum of RGB (Red+Green+Blue) = 217+120+79=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D9784F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9784F is #2687B0. Grayscale: #909090. Windows color (decimal): -2525105 or 5208281. OLE color: 5208281.

HSL color Cylindrical-coordinate representation of color #D9784F: hue angle of 17.83º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9784F is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 120 79 -
CMYK 0 0.45 0.64 0.15
HSL 17.83º 0.64% 0.58% -
HSV(B) 17.83º 0.64% 0.85% -
XYZ 36.74 28.75 11.01 -
YUV 144.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 217 120 79 0 0.45 0.64 0.15 17.83 0.64 0.58
Hex D9 78 4F 0 2D 40 F 12 40 3A
Octal 331 170 117 0 55 100 17 22 100 72
Binary 11011001 1111000 1001111 0 101101 1000000 1111 10010 1000000 111010

Color Harmonies of #D9784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9784F

Black with #D9784F

Text Example


Text Example

White with #D9784F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9784F; }

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

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

background-color css

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

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

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

border-color css

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

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

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