Html Css Color HEX #D86F54 Japonica

📋 copy color: '#D86F54'

red 216 ◦ green 111 ◦ blue 84

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

Shades of Japonica #D86F54

Tints of Japonica #D86F54

RGB

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

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

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

R = 52.55%
G = 27.01%
B = 20.44%

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

#D86F54 (or 0xD86F54) is known color: Japonica. HEX triplet: D8, 6F and 54. RGB value is (216,111,84). Sum of RGB (Red+Green+Blue) = 216+111+84=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 84 (33.20% from 255 or 20.44% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86F54 is #2790AB. Grayscale: #8B8B8B. Windows color (decimal): -2592940 or 5533656. OLE color: 5533656.

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

Color convert

RGB 216 111 84 -
CMYK 0 0.49 0.61 0.15
HSL 12.27º 0.63% 0.59% -
HSV(B) 12.27º 0.61% 0.85% -
XYZ 35.6 26.61 11.65 -
YUV 139.32 96.79 182.7 -
System Red Green Blue C M Y K H S L
Decimal 216 111 84 0 0.49 0.61 0.15 12.27 0.63 0.59
Hex D8 6F 54 0 31 3D F C 3F 3B
Octal 330 157 124 0 61 75 17 14 77 73
Binary 11011000 1101111 1010100 0 110001 111101 1111 1100 111111 111011

Color Harmonies of #D86F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86F54

Black with #D86F54

Text Example


Text Example

White with #D86F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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