Html Css Color HEX #D86E54 Japonica

📋 copy color: '#D86E54'

red 216 ◦ green 110 ◦ blue 84

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

Shades of Japonica #D86E54

Tints of Japonica #D86E54

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.83%

 BLUE value IS 84 (33.2% from 255) = 20.49%

R = 52.68%
G = 26.83%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D86E54 (or 0xD86E54) is known color: Japonica. HEX triplet: D8, 6E and 54. RGB value is (216,110,84). Sum of RGB (Red+Green+Blue) = 216+110+84=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 84 (33.20% from 255 or 20.49% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86E54 is #2791AB. Grayscale: #8A8A8A. Windows color (decimal): -2593196 or 5533400. OLE color: 5533400.

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

Color convert

RGB 216 110 84 -
CMYK 0 0.49 0.61 0.15
HSL 11.82º 0.63% 0.59% -
HSV(B) 11.82º 0.61% 0.85% -
XYZ 35.5 26.39 11.61 -
YUV 138.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 216 110 84 0 0.49 0.61 0.15 11.82 0.63 0.59
Hex D8 6E 54 0 31 3D F C 3F 3B
Octal 330 156 124 0 61 75 17 14 77 73
Binary 11011000 1101110 1010100 0 110001 111101 1111 1100 111111 111011

Color Harmonies of #D86E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86E54

Black with #D86E54

Text Example


Text Example

White with #D86E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86E54; }

 p { color: rgb(216,110,84); }

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

background-color css

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

 a { background-color: rgb(216,110,84); }

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

border-color css

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

 span { border-color: rgb(216,110,84); }

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