Html Css Color HEX #D9744A Jaffa

📋 copy color: '#D9744A'

red 217 ◦ green 116 ◦ blue 74

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

Shades of Jaffa #D9744A

Tints of Jaffa #D9744A

RGB

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

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

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

R = 53.32%
G = 28.5%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9744A (or 0xD9744A) is known color: Jaffa. HEX triplet: D9, 74 and 4A. RGB value is (217,116,74). Sum of RGB (Red+Green+Blue) = 217+116+74=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9744A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9744A is #268BB5. Grayscale: #8D8D8D. Windows color (decimal): -2526134 or 4879577. OLE color: 4879577.

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

Color convert

RGB 217 116 74 -
CMYK 0 0.47 0.66 0.15
HSL 17.62º 0.65% 0.57% -
HSV(B) 17.62º 0.66% 0.85% -
XYZ 36.1 27.74 9.93 -
YUV 141.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 217 116 74 0 0.47 0.66 0.15 17.62 0.65 0.57
Hex D9 74 4A 0 2F 42 F 12 41 39
Octal 331 164 112 0 57 102 17 22 101 71
Binary 11011001 1110100 1001010 0 101111 1000010 1111 10010 1000001 111001

Color Harmonies of #D9744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9744A

Black with #D9744A

Text Example


Text Example

White with #D9744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9744A; }

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

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

background-color css

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

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

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

border-color css

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

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

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