Html Css Color HEX #D87647 Jaffa

📋 copy color: '#D87647'

red 216 ◦ green 118 ◦ blue 71

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

Shades of Jaffa #D87647

Tints of Jaffa #D87647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.53%

R = 53.33%
G = 29.14%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D87647 (or 0xD87647) is known color: Jaffa. HEX triplet: D8, 76 and 47. RGB value is (216,118,71). Sum of RGB (Red+Green+Blue) = 216+118+71=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 71 (28.12% from 255 or 17.53% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D87647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87647 is #2789B8. Grayscale: #8E8E8E. Windows color (decimal): -2591161 or 4683480. OLE color: 4683480.

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

Color convert

RGB 216 118 71 -
CMYK 0 0.45 0.67 0.15
HSL 19.45º 0.65% 0.56% -
HSV(B) 19.45º 0.67% 0.85% -
XYZ 35.93 28.01 9.47 -
YUV 141.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 216 118 71 0 0.45 0.67 0.15 19.45 0.65 0.56
Hex D8 76 47 0 2D 43 F 13 41 38
Octal 330 166 107 0 55 103 17 23 101 70
Binary 11011000 1110110 1000111 0 101101 1000011 1111 10011 1000001 111000

Color Harmonies of #D87647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87647

Black with #D87647

Text Example


Text Example

White with #D87647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87647; }

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

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

background-color css

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

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

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

border-color css

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

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

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