Html Css Color HEX #D86F56 Japonica

📋 copy color: '#D86F56'

red 216 ◦ green 111 ◦ blue 86

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

Shades of Japonica #D86F56

Tints of Japonica #D86F56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20.82%

R = 52.3%
G = 26.88%
B = 20.82%

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

#D86F56 (or 0xD86F56) is known color: Japonica. HEX triplet: D8, 6F and 56. RGB value is (216,111,86). Sum of RGB (Red+Green+Blue) = 216+111+86=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F56 is #2790A9. Grayscale: #8B8B8B. Windows color (decimal): -2592938 or 5664728. OLE color: 5664728.

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

Color convert

RGB 216 111 86 -
CMYK 0 0.49 0.60 0.15
HSL 11.54º 0.63% 0.59% -
HSV(B) 11.54º 0.6% 0.85% -
XYZ 35.68 26.64 12.07 -
YUV 139.55 97.79 182.53 -
System Red Green Blue C M Y K H S L
Decimal 216 111 86 0 0.49 0.60 0.15 11.54 0.63 0.59
Hex D8 6F 56 0 31 3C F C 3E 3B
Octal 330 157 126 0 61 74 17 14 76 73
Binary 11011000 1101111 1010110 0 110001 111100 1111 1100 111110 111011

Color Harmonies of #D86F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F56

Black with #D86F56

Text Example


Text Example

White with #D86F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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