Html Css Color HEX #D86F50 Japonica

📋 copy color: '#D86F50'

red 216 ◦ green 111 ◦ blue 80

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

Shades of Japonica #D86F50

Tints of Japonica #D86F50

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.27%

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

R = 53.07%
G = 27.27%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D86F50 (or 0xD86F50) is known color: Japonica. HEX triplet: D8, 6F and 50. RGB value is (216,111,80). Sum of RGB (Red+Green+Blue) = 216+111+80=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F50 is #2790AF. Grayscale: #8B8B8B. Windows color (decimal): -2592944 or 5271512. OLE color: 5271512.

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

Color convert

RGB 216 111 80 -
CMYK 0 0.49 0.63 0.15
HSL 13.68º 0.64% 0.58% -
HSV(B) 13.68º 0.63% 0.85% -
XYZ 35.45 26.55 10.85 -
YUV 138.86 94.79 183.02 -
System Red Green Blue C M Y K H S L
Decimal 216 111 80 0 0.49 0.63 0.15 13.68 0.64 0.58
Hex D8 6F 50 0 31 3F F E 40 3A
Octal 330 157 120 0 61 77 17 16 100 72
Binary 11011000 1101111 1010000 0 110001 111111 1111 1110 1000000 111010

Color Harmonies of #D86F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F50

Black with #D86F50

Text Example


Text Example

White with #D86F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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