Html Css Color HEX #D87646 Jaffa

📋 copy color: '#D87646'

red 216 ◦ green 118 ◦ blue 70

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

Shades of Jaffa #D87646

Tints of Jaffa #D87646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.21%

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

R = 53.47%
G = 29.21%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D87646 (or 0xD87646) is known color: Jaffa. HEX triplet: D8, 76 and 46. RGB value is (216,118,70). Sum of RGB (Red+Green+Blue) = 216+118+70=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D87646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87646 is #2789B9. Grayscale: #8E8E8E. Windows color (decimal): -2591162 or 4617944. OLE color: 4617944.

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

Color convert

RGB 216 118 70 -
CMYK 0 0.45 0.68 0.15
HSL 19.73º 0.65% 0.56% -
HSV(B) 19.73º 0.68% 0.85% -
XYZ 35.9 28 9.31 -
YUV 141.83 87.47 180.9 -
System Red Green Blue C M Y K H S L
Decimal 216 118 70 0 0.45 0.68 0.15 19.73 0.65 0.56
Hex D8 76 46 0 2D 44 F 14 41 38
Octal 330 166 106 0 55 104 17 24 101 70
Binary 11011000 1110110 1000110 0 101101 1000100 1111 10100 1000001 111000

Color Harmonies of #D87646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87646

Black with #D87646

Text Example


Text Example

White with #D87646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87646; }

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

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

background-color css

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

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

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

border-color css

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

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

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