Html Css Color HEX #D87345 Jaffa

📋 copy color: '#D87345'

red 216 ◦ green 115 ◦ blue 69

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

Shades of Jaffa #D87345

Tints of Jaffa #D87345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.25%

R = 54%
G = 28.75%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D87345 (or 0xD87345) is known color: Jaffa. HEX triplet: D8, 73 and 45. RGB value is (216,115,69). Sum of RGB (Red+Green+Blue) = 216+115+69=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 69 (27.34% from 255 or 17.25% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D87345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87345 is #278CBA. Grayscale: #8C8C8C. Windows color (decimal): -2591931 or 4551640. OLE color: 4551640.

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

Color convert

RGB 216 115 69 -
CMYK 0 0.47 0.68 0.15
HSL 18.78º 0.65% 0.56% -
HSV(B) 18.78º 0.68% 0.85% -
XYZ 35.52 27.29 9.03 -
YUV 139.96 87.96 182.24 -
System Red Green Blue C M Y K H S L
Decimal 216 115 69 0 0.47 0.68 0.15 18.78 0.65 0.56
Hex D8 73 45 0 2F 44 F 13 41 38
Octal 330 163 105 0 57 104 17 23 101 70
Binary 11011000 1110011 1000101 0 101111 1000100 1111 10011 1000001 111000

Color Harmonies of #D87345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87345

Black with #D87345

Text Example


Text Example

White with #D87345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87345; }

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

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

background-color css

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

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

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

border-color css

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

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

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