Html Css Color HEX #D87446 Jaffa

📋 copy color: '#D87446'

red 216 ◦ green 116 ◦ blue 70

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

Shades of Jaffa #D87446

Tints of Jaffa #D87446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.41%

R = 53.73%
G = 28.86%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D87446 (or 0xD87446) is known color: Jaffa. HEX triplet: D8, 74 and 46. RGB value is (216,116,70). Sum of RGB (Red+Green+Blue) = 216+116+70=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 116 (45.70% from 255 or 28.86% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D87446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87446 is #278BB9. Grayscale: #8C8C8C. Windows color (decimal): -2591674 or 4617432. OLE color: 4617432.

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

Color convert

RGB 216 116 70 -
CMYK 0 0.46 0.68 0.15
HSL 18.9º 0.65% 0.56% -
HSV(B) 18.9º 0.68% 0.85% -
XYZ 35.67 27.53 9.23 -
YUV 140.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 216 116 70 0 0.46 0.68 0.15 18.9 0.65 0.56
Hex D8 74 46 0 2E 44 F 13 41 38
Octal 330 164 106 0 56 104 17 23 101 70
Binary 11011000 1110100 1000110 0 101110 1000100 1111 10011 1000001 111000

Color Harmonies of #D87446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87446

Black with #D87446

Text Example


Text Example

White with #D87446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87446; }

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

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

background-color css

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

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

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

border-color css

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

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

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