Html Css Color HEX #D86C55 Japonica

📋 copy color: '#D86C55'

red 216 ◦ green 108 ◦ blue 85

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

Shades of Japonica #D86C55

Tints of Japonica #D86C55

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.41%

 BLUE value IS 85 (33.59% from 255) = 20.78%

R = 52.81%
G = 26.41%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D86C55 (or 0xD86C55) is known color: Japonica. HEX triplet: D8, 6C and 55. RGB value is (216,108,85). Sum of RGB (Red+Green+Blue) = 216+108+85=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86C55 is #2793AA. Grayscale: #898989. Windows color (decimal): -2593707 or 5598424. OLE color: 5598424.

HSL color Cylindrical-coordinate representation of color #D86C55: hue angle of 10.53º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D86C55 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 108 85 -
CMYK 0 0.50 0.61 0.15
HSL 10.53º 0.63% 0.59% -
HSV(B) 10.53º 0.61% 0.85% -
XYZ 35.32 25.98 11.75 -
YUV 137.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 216 108 85 0 0.50 0.61 0.15 10.53 0.63 0.59
Hex D8 6C 55 0 32 3D F B 3F 3B
Octal 330 154 125 0 62 75 17 13 77 73
Binary 11011000 1101100 1010101 0 110010 111101 1111 1011 111111 111011

Color Harmonies of #D86C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C55

Black with #D86C55

Text Example


Text Example

White with #D86C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C55; }

 p { color: rgb(216,108,85); }

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

background-color css

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

 a { background-color: rgb(216,108,85); }

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

border-color css

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

 span { border-color: rgb(216,108,85); }

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