Html Css Color HEX #D87443 Jaffa

📋 copy color: '#D87443'

red 216 ◦ green 116 ◦ blue 67

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

Shades of Jaffa #D87443

Tints of Jaffa #D87443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 16.79%

R = 54.14%
G = 29.07%
B = 16.79%

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

#D87443 (or 0xD87443) is known color: Jaffa. HEX triplet: D8, 74 and 43. RGB value is (216,116,67). Sum of RGB (Red+Green+Blue) = 216+116+67=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 67 (26.56% from 255 or 16.79% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D87443 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87443 is #278BBC. Grayscale: #8C8C8C. Windows color (decimal): -2591677 or 4420824. OLE color: 4420824.

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

Color convert

RGB 216 116 67 -
CMYK 0 0.46 0.69 0.15
HSL 19.73º 0.66% 0.55% -
HSV(B) 19.73º 0.69% 0.85% -
XYZ 35.58 27.49 8.74 -
YUV 140.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 216 116 67 0 0.46 0.69 0.15 19.73 0.66 0.55
Hex D8 74 43 0 2E 45 F 14 42 37
Octal 330 164 103 0 56 105 17 24 102 67
Binary 11011000 1110100 1000011 0 101110 1000101 1111 10100 1000010 110111

Color Harmonies of #D87443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87443

Black with #D87443

Text Example


Text Example

White with #D87443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87443; }

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

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

background-color css

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

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

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

border-color css

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

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

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