Html Css Color HEX #D87549 Jaffa

📋 copy color: '#D87549'

red 216 ◦ green 117 ◦ blue 73

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

Shades of Jaffa #D87549

Tints of Jaffa #D87549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.98%

R = 53.2%
G = 28.82%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D87549 (or 0xD87549) is known color: Jaffa. HEX triplet: D8, 75 and 49. RGB value is (216,117,73). Sum of RGB (Red+Green+Blue) = 216+117+73=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 73 (28.91% from 255 or 17.98% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D87549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87549 is #278AB6. Grayscale: #8D8D8D. Windows color (decimal): -2591415 or 4814296. OLE color: 4814296.

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

Color convert

RGB 216 117 73 -
CMYK 0 0.46 0.66 0.15
HSL 18.46º 0.65% 0.57% -
HSV(B) 18.46º 0.66% 0.85% -
XYZ 35.88 27.8 9.78 -
YUV 141.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 216 117 73 0 0.46 0.66 0.15 18.46 0.65 0.57
Hex D8 75 49 0 2E 42 F 12 41 39
Octal 330 165 111 0 56 102 17 22 101 71
Binary 11011000 1110101 1001001 0 101110 1000010 1111 10010 1000001 111001

Color Harmonies of #D87549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87549

Black with #D87549

Text Example


Text Example

White with #D87549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87549; }

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

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

background-color css

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

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

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

border-color css

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

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

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