Html Css Color HEX #D86C53 Japonica

📋 copy color: '#D86C53'

red 216 ◦ green 108 ◦ blue 83

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

Shades of Japonica #D86C53

Tints of Japonica #D86C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.39%

R = 53.07%
G = 26.54%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D86C53 (or 0xD86C53) is known color: Japonica. HEX triplet: D8, 6C and 53. RGB value is (216,108,83). Sum of RGB (Red+Green+Blue) = 216+108+83=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D86C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86C53 is #2793AC. Grayscale: #898989. Windows color (decimal): -2593709 or 5467352. OLE color: 5467352.

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

Color convert

RGB 216 108 83 -
CMYK 0 0.50 0.62 0.15
HSL 11.28º 0.63% 0.59% -
HSV(B) 11.28º 0.62% 0.85% -
XYZ 35.24 25.95 11.33 -
YUV 137.44 97.28 184.03 -
System Red Green Blue C M Y K H S L
Decimal 216 108 83 0 0.50 0.62 0.15 11.28 0.63 0.59
Hex D8 6C 53 0 32 3E F B 3F 3B
Octal 330 154 123 0 62 76 17 13 77 73
Binary 11011000 1101100 1010011 0 110010 111110 1111 1011 111111 111011

Color Harmonies of #D86C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86C53

Black with #D86C53

Text Example


Text Example

White with #D86C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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