Html Css Color HEX #D9794E Jaffa

📋 copy color: '#D9794E'

red 217 ◦ green 121 ◦ blue 78

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

Shades of Jaffa #D9794E

Tints of Jaffa #D9794E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.09%

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

R = 52.16%
G = 29.09%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9794E (or 0xD9794E) is known color: Jaffa. HEX triplet: D9, 79 and 4E. RGB value is (217,121,78). Sum of RGB (Red+Green+Blue) = 217+121+78=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 121 (47.66% from 255 or 29.09% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D9794E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9794E is #2686B1. Grayscale: #919191. Windows color (decimal): -2524850 or 5143001. OLE color: 5143001.

HSL color Cylindrical-coordinate representation of color #D9794E: hue angle of 18.56º degrees, saturation: 0.65, 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 #D9794E is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 121 78 -
CMYK 0 0.44 0.64 0.15
HSL 18.56º 0.65% 0.58% -
HSV(B) 18.56º 0.64% 0.85% -
XYZ 36.83 28.98 10.86 -
YUV 144.8 90.3 179.5 -
System Red Green Blue C M Y K H S L
Decimal 217 121 78 0 0.44 0.64 0.15 18.56 0.65 0.58
Hex D9 79 4E 0 2C 40 F 13 41 3A
Octal 331 171 116 0 54 100 17 23 101 72
Binary 11011001 1111001 1001110 0 101100 1000000 1111 10011 1000001 111010

Color Harmonies of #D9794E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9794E

Black with #D9794E

Text Example


Text Example

White with #D9794E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9794E; }

 p { color: rgb(217,121,78); }

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

background-color css

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

 a { background-color: rgb(217,121,78); }

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

border-color css

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

 span { border-color: rgb(217,121,78); }

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