Html Css Color HEX #D86D53 Japonica

📋 copy color: '#D86D53'

red 216 ◦ green 109 ◦ blue 83

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

Shades of Japonica #D86D53

Tints of Japonica #D86D53

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.72%

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

R = 52.94%
G = 26.72%
B = 20.34%

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

#D86D53 (or 0xD86D53) is known color: Japonica. HEX triplet: D8, 6D and 53. RGB value is (216,109,83). Sum of RGB (Red+Green+Blue) = 216+109+83=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 83 (32.81% from 255 or 20.34% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D86D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D86D53 is #2792AC. Grayscale: #8A8A8A. Windows color (decimal): -2593453 or 5467608. OLE color: 5467608.

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

Color convert

RGB 216 109 83 -
CMYK 0 0.50 0.62 0.15
HSL 11.73º 0.63% 0.59% -
HSV(B) 11.73º 0.62% 0.85% -
XYZ 35.35 26.16 11.37 -
YUV 138.03 96.95 183.61 -
System Red Green Blue C M Y K H S L
Decimal 216 109 83 0 0.50 0.62 0.15 11.73 0.63 0.59
Hex D8 6D 53 0 32 3E F C 3F 3B
Octal 330 155 123 0 62 76 17 14 77 73
Binary 11011000 1101101 1010011 0 110010 111110 1111 1100 111111 111011

Color Harmonies of #D86D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86D53

Black with #D86D53

Text Example


Text Example

White with #D86D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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