Html Css Color HEX #D9794A Jaffa

📋 copy color: '#D9794A'

red 217 ◦ green 121 ◦ blue 74

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

Shades of Jaffa #D9794A

Tints of Jaffa #D9794A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 52.67%
G = 29.37%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9794A (or 0xD9794A) is known color: Jaffa. HEX triplet: D9, 79 and 4A. RGB value is (217,121,74). Sum of RGB (Red+Green+Blue) = 217+121+74=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9794A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9794A is #2686B5. Grayscale: #909090. Windows color (decimal): -2524854 or 4880857. OLE color: 4880857.

HSL color Cylindrical-coordinate representation of color #D9794A: hue angle of 19.72º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D9794A is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 121 74 -
CMYK 0 0.44 0.66 0.15
HSL 19.72º 0.65% 0.57% -
HSV(B) 19.72º 0.66% 0.85% -
XYZ 36.69 28.92 10.13 -
YUV 144.35 88.3 179.82 -
System Red Green Blue C M Y K H S L
Decimal 217 121 74 0 0.44 0.66 0.15 19.72 0.65 0.57
Hex D9 79 4A 0 2C 42 F 14 41 39
Octal 331 171 112 0 54 102 17 24 101 71
Binary 11011001 1111001 1001010 0 101100 1000010 1111 10100 1000001 111001

Color Harmonies of #D9794A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9794A

Black with #D9794A

Text Example


Text Example

White with #D9794A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9794A; }

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

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

background-color css

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

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

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

border-color css

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

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

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