Html Css Color HEX #D87540 Jaffa

📋 copy color: '#D87540'

red 216 ◦ green 117 ◦ blue 64

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

Shades of Jaffa #D87540

Tints of Jaffa #D87540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.47%

 BLUE value IS 64 (25.39% from 255) = 16.12%

R = 54.41%
G = 29.47%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D87540 (or 0xD87540) is known color: Jaffa. HEX triplet: D8, 75 and 40. RGB value is (216,117,64). Sum of RGB (Red+Green+Blue) = 216+117+64=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D87540 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87540 is #278ABF. Grayscale: #8C8C8C. Windows color (decimal): -2591424 or 4224472. OLE color: 4224472.

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

Color convert

RGB 216 117 64 -
CMYK 0 0.46 0.70 0.15
HSL 20.92º 0.66% 0.55% -
HSV(B) 20.92º 0.7% 0.85% -
XYZ 35.61 27.69 8.32 -
YUV 140.56 84.8 181.81 -
System Red Green Blue C M Y K H S L
Decimal 216 117 64 0 0.46 0.70 0.15 20.92 0.66 0.55
Hex D8 75 40 0 2E 46 F 15 42 37
Octal 330 165 100 0 56 106 17 25 102 67
Binary 11011000 1110101 1000000 0 101110 1000110 1111 10101 1000010 110111

Color Harmonies of #D87540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87540

Black with #D87540

Text Example


Text Example

White with #D87540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87540; }

 p { color: rgb(216,117,64); }

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

background-color css

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

 a { background-color: rgb(216,117,64); }

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

border-color css

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

 span { border-color: rgb(216,117,64); }

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