Html Css Color HEX #D9794F Jaffa

📋 copy color: '#D9794F'

red 217 ◦ green 121 ◦ blue 79

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

Shades of Jaffa #D9794F

Tints of Jaffa #D9794F

RGB

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

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

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

R = 52.04%
G = 29.02%
B = 18.94%

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

#D9794F (or 0xD9794F) is known color: Jaffa. HEX triplet: D9, 79 and 4F. RGB value is (217,121,79). Sum of RGB (Red+Green+Blue) = 217+121+79=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 121 (47.66% from 255 or 29.02% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D9794F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9794F is #2686B0. Grayscale: #919191. Windows color (decimal): -2524849 or 5208537. OLE color: 5208537.

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

Color convert

RGB 217 121 79 -
CMYK 0 0.44 0.64 0.15
HSL 18.26º 0.64% 0.58% -
HSV(B) 18.26º 0.64% 0.85% -
XYZ 36.86 28.99 11.05 -
YUV 144.92 90.8 179.42 -
System Red Green Blue C M Y K H S L
Decimal 217 121 79 0 0.44 0.64 0.15 18.26 0.64 0.58
Hex D9 79 4F 0 2C 40 F 12 40 3A
Octal 331 171 117 0 54 100 17 22 100 72
Binary 11011001 1111001 1001111 0 101100 1000000 1111 10010 1000000 111010

Color Harmonies of #D9794F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9794F

Black with #D9794F

Text Example


Text Example

White with #D9794F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9794F; }

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

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

background-color css

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

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

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

border-color css

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

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

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