Html Css Color HEX #D87342 Jaffa

📋 copy color: '#D87342'

red 216 ◦ green 115 ◦ blue 66

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

Shades of Jaffa #D87342

Tints of Jaffa #D87342

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.97%

 BLUE value IS 66 (26.17% from 255) = 16.62%

R = 54.41%
G = 28.97%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D87342 (or 0xD87342) is known color: Jaffa. HEX triplet: D8, 73 and 42. RGB value is (216,115,66). Sum of RGB (Red+Green+Blue) = 216+115+66=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D87342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87342 is #278CBD. Grayscale: #8B8B8B. Windows color (decimal): -2591934 or 4355032. OLE color: 4355032.

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

Color convert

RGB 216 115 66 -
CMYK 0 0.47 0.69 0.15
HSL 19.6º 0.66% 0.55% -
HSV(B) 19.6º 0.69% 0.85% -
XYZ 35.43 27.25 8.55 -
YUV 139.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 216 115 66 0 0.47 0.69 0.15 19.6 0.66 0.55
Hex D8 73 42 0 2F 45 F 14 42 37
Octal 330 163 102 0 57 105 17 24 102 67
Binary 11011000 1110011 1000010 0 101111 1000101 1111 10100 1000010 110111

Color Harmonies of #D87342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87342

Black with #D87342

Text Example


Text Example

White with #D87342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87342; }

 p { color: rgb(216,115,66); }

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

background-color css

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

 a { background-color: rgb(216,115,66); }

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

border-color css

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

 span { border-color: rgb(216,115,66); }

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