Html Css Color HEX #D86D50 Japonica

📋 copy color: '#D86D50'

red 216 ◦ green 109 ◦ blue 80

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

Shades of Japonica #D86D50

Tints of Japonica #D86D50

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.91%

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

R = 53.33%
G = 26.91%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D86D50 (or 0xD86D50) is known color: Japonica. HEX triplet: D8, 6D and 50. RGB value is (216,109,80). Sum of RGB (Red+Green+Blue) = 216+109+80=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D50 is #2792AF. Grayscale: #898989. Windows color (decimal): -2593456 or 5271000. OLE color: 5271000.

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

Color convert

RGB 216 109 80 -
CMYK 0 0.50 0.63 0.15
HSL 12.79º 0.64% 0.58% -
HSV(B) 12.79º 0.63% 0.85% -
XYZ 35.24 26.12 10.77 -
YUV 137.69 95.45 183.86 -
System Red Green Blue C M Y K H S L
Decimal 216 109 80 0 0.50 0.63 0.15 12.79 0.64 0.58
Hex D8 6D 50 0 32 3F F D 40 3A
Octal 330 155 120 0 62 77 17 15 100 72
Binary 11011000 1101101 1010000 0 110010 111111 1111 1101 1000000 111010

Color Harmonies of #D86D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D50

Black with #D86D50

Text Example


Text Example

White with #D86D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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