Html Css Color HEX #D86F57 Japonica

📋 copy color: '#D86F57'

red 216 ◦ green 111 ◦ blue 87

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

Shades of Japonica #D86F57

Tints of Japonica #D86F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.01%

R = 52.17%
G = 26.81%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D86F57 (or 0xD86F57) is known color: Japonica. HEX triplet: D8, 6F and 57. RGB value is (216,111,87). Sum of RGB (Red+Green+Blue) = 216+111+87=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 87 (34.38% from 255 or 21.01% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F57 is #2790A8. Grayscale: #8B8B8B. Windows color (decimal): -2592937 or 5730264. OLE color: 5730264.

HSL color Cylindrical-coordinate representation of color #D86F57: hue angle of 11.16º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D86F57 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 111 87 -
CMYK 0 0.49 0.60 0.15
HSL 11.16º 0.62% 0.59% -
HSV(B) 11.16º 0.6% 0.85% -
XYZ 35.72 26.66 12.28 -
YUV 139.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 216 111 87 0 0.49 0.60 0.15 11.16 0.62 0.59
Hex D8 6F 57 0 31 3C F B 3E 3B
Octal 330 157 127 0 61 74 17 13 76 73
Binary 11011000 1101111 1010111 0 110001 111100 1111 1011 111110 111011

Color Harmonies of #D86F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F57

Black with #D86F57

Text Example


Text Example

White with #D86F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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