Html Css Color HEX #D87444 Jaffa

📋 copy color: '#D87444'

red 216 ◦ green 116 ◦ blue 68

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

Shades of Jaffa #D87444

Tints of Jaffa #D87444

RGB

 RED value IS 216 (84.77% from 255) = 54%

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

 BLUE value IS 68 (26.95% from 255) = 17%

R = 54%
G = 29%
B = 17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D87444 (or 0xD87444) is known color: Jaffa. HEX triplet: D8, 74 and 44. RGB value is (216,116,68). Sum of RGB (Red+Green+Blue) = 216+116+68=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 68 (26.95% from 255 or 17% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D87444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87444 is #278BBB. Grayscale: #8C8C8C. Windows color (decimal): -2591676 or 4486360. OLE color: 4486360.

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

Color convert

RGB 216 116 68 -
CMYK 0 0.46 0.69 0.15
HSL 19.46º 0.65% 0.56% -
HSV(B) 19.46º 0.69% 0.85% -
XYZ 35.61 27.51 8.9 -
YUV 140.43 87.13 181.9 -
System Red Green Blue C M Y K H S L
Decimal 216 116 68 0 0.46 0.69 0.15 19.46 0.65 0.56
Hex D8 74 44 0 2E 45 F 13 41 38
Octal 330 164 104 0 56 105 17 23 101 70
Binary 11011000 1110100 1000100 0 101110 1000101 1111 10011 1000001 111000

Color Harmonies of #D87444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87444

Black with #D87444

Text Example


Text Example

White with #D87444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87444; }

 p { color: rgb(216,116,68); }

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

background-color css

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

 a { background-color: rgb(216,116,68); }

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

border-color css

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

 span { border-color: rgb(216,116,68); }

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