Html Css Color HEX #D9744F Jaffa

📋 copy color: '#D9744F'

red 217 ◦ green 116 ◦ blue 79

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

Shades of Jaffa #D9744F

Tints of Jaffa #D9744F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.16%

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

R = 52.67%
G = 28.16%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9744F (or 0xD9744F) is known color: Jaffa. HEX triplet: D9, 74 and 4F. RGB value is (217,116,79). Sum of RGB (Red+Green+Blue) = 217+116+79=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 79 (31.25% from 255 or 19.17% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9744F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9744F is #268BB0. Grayscale: #8E8E8E. Windows color (decimal): -2526129 or 5207257. OLE color: 5207257.

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

Color convert

RGB 217 116 79 -
CMYK 0 0.47 0.64 0.15
HSL 16.09º 0.64% 0.58% -
HSV(B) 16.09º 0.64% 0.85% -
XYZ 36.27 27.81 10.85 -
YUV 141.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 217 116 79 0 0.47 0.64 0.15 16.09 0.64 0.58
Hex D9 74 4F 0 2F 40 F 10 40 3A
Octal 331 164 117 0 57 100 17 20 100 72
Binary 11011001 1110100 1001111 0 101111 1000000 1111 10000 1000000 111010

Color Harmonies of #D9744F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9744F

Black with #D9744F

Text Example


Text Example

White with #D9744F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9744F; }

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

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

background-color css

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

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

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

border-color css

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

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

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