Html Css Color HEX #D87750 Jaffa

📋 copy color: '#D87750'

red 216 ◦ green 119 ◦ blue 80

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

Shades of Jaffa #D87750

Tints of Jaffa #D87750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.67%

 BLUE value IS 80 (31.64% from 255) = 19.28%

R = 52.05%
G = 28.67%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D87750 (or 0xD87750) is known color: Jaffa. HEX triplet: D8, 77 and 50. RGB value is (216,119,80). Sum of RGB (Red+Green+Blue) = 216+119+80=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D87750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87750 is #2788AF. Grayscale: #8F8F8F. Windows color (decimal): -2590896 or 5273560. OLE color: 5273560.

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

Color convert

RGB 216 119 80 -
CMYK 0 0.45 0.63 0.15
HSL 17.21º 0.64% 0.58% -
HSV(B) 17.21º 0.63% 0.85% -
XYZ 36.36 28.37 11.15 -
YUV 143.56 92.14 179.67 -
System Red Green Blue C M Y K H S L
Decimal 216 119 80 0 0.45 0.63 0.15 17.21 0.64 0.58
Hex D8 77 50 0 2D 3F F 11 40 3A
Octal 330 167 120 0 55 77 17 21 100 72
Binary 11011000 1110111 1010000 0 101101 111111 1111 10001 1000000 111010

Color Harmonies of #D87750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87750

Black with #D87750

Text Example


Text Example

White with #D87750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87750; }

 p { color: rgb(216,119,80); }

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

background-color css

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

 a { background-color: rgb(216,119,80); }

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

border-color css

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

 span { border-color: rgb(216,119,80); }

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