Html Css Color HEX #D87541 Jaffa

📋 copy color: '#D87541'

red 216 ◦ green 117 ◦ blue 65

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

Shades of Jaffa #D87541

Tints of Jaffa #D87541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.33%

R = 54.27%
G = 29.4%
B = 16.33%

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

#D87541 (or 0xD87541) is known color: Jaffa. HEX triplet: D8, 75 and 41. RGB value is (216,117,65). Sum of RGB (Red+Green+Blue) = 216+117+65=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 65 (25.78% from 255 or 16.33% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D87541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87541 is #278ABE. Grayscale: #8C8C8C. Windows color (decimal): -2591423 or 4290008. OLE color: 4290008.

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

Color convert

RGB 216 117 65 -
CMYK 0 0.46 0.70 0.15
HSL 20.66º 0.66% 0.55% -
HSV(B) 20.66º 0.7% 0.85% -
XYZ 35.63 27.7 8.47 -
YUV 140.67 85.3 181.73 -
System Red Green Blue C M Y K H S L
Decimal 216 117 65 0 0.46 0.70 0.15 20.66 0.66 0.55
Hex D8 75 41 0 2E 46 F 15 42 37
Octal 330 165 101 0 56 106 17 25 102 67
Binary 11011000 1110101 1000001 0 101110 1000110 1111 10101 1000010 110111

Color Harmonies of #D87541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87541

Black with #D87541

Text Example


Text Example

White with #D87541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87541; }

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

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

background-color css

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

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

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

border-color css

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

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

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