Html Css Color HEX #D16F56 Japonica

📋 copy color: '#D16F56'

red 209 ◦ green 111 ◦ blue 86

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

Shades of Japonica #D16F56

Tints of Japonica #D16F56

RGB

 RED value IS 209 (82.03% from 255) = 51.48%

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

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

R = 51.48%
G = 27.34%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D16F56 (or 0xD16F56) is known color: Japonica. HEX triplet: D1, 6F and 56. RGB value is (209,111,86). Sum of RGB (Red+Green+Blue) = 209+111+86=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F56 is #2E90A9. Grayscale: #898989. Windows color (decimal): -3051690 or 5664721. OLE color: 5664721.

HSL color Cylindrical-coordinate representation of color #D16F56: hue angle of 12.2º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D16F56 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 111 86 -
CMYK 0 0.47 0.59 0.18
HSL 12.2º 0.57% 0.58% -
HSV(B) 12.2º 0.59% 0.82% -
XYZ 33.66 25.6 11.97 -
YUV 137.45 98.97 179.03 -
System Red Green Blue C M Y K H S L
Decimal 209 111 86 0 0.47 0.59 0.18 12.2 0.57 0.58
Hex D1 6F 56 0 2F 3B 12 C 39 3A
Octal 321 157 126 0 57 73 22 14 71 72
Binary 11010001 1101111 1010110 0 101111 111011 10010 1100 111001 111010

Color Harmonies of #D16F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F56

Black with #D16F56

Text Example


Text Example

White with #D16F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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