Html Css Color HEX #D9794C Jaffa

📋 copy color: '#D9794C'

red 217 ◦ green 121 ◦ blue 76

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

Shades of Jaffa #D9794C

Tints of Jaffa #D9794C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.36%

R = 52.42%
G = 29.23%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9794C (or 0xD9794C) is known color: Jaffa. HEX triplet: D9, 79 and 4C. RGB value is (217,121,76). Sum of RGB (Red+Green+Blue) = 217+121+76=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 76 (30.08% from 255 or 18.36% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9794C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9794C is #2686B3. Grayscale: #909090. Windows color (decimal): -2524852 or 5011929. OLE color: 5011929.

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

Color convert

RGB 217 121 76 -
CMYK 0 0.44 0.65 0.15
HSL 19.15º 0.65% 0.57% -
HSV(B) 19.15º 0.65% 0.85% -
XYZ 36.76 28.95 10.49 -
YUV 144.57 89.3 179.66 -
System Red Green Blue C M Y K H S L
Decimal 217 121 76 0 0.44 0.65 0.15 19.15 0.65 0.57
Hex D9 79 4C 0 2C 41 F 13 41 39
Octal 331 171 114 0 54 101 17 23 101 71
Binary 11011001 1111001 1001100 0 101100 1000001 1111 10011 1000001 111001

Color Harmonies of #D9794C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9794C

Black with #D9794C

Text Example


Text Example

White with #D9794C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9794C; }

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

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

background-color css

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

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

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

border-color css

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

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

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