Html Css Color HEX #D16F55 Japonica

📋 copy color: '#D16F55'

red 209 ◦ green 111 ◦ blue 85

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

Shades of Japonica #D16F55

Tints of Japonica #D16F55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.99%

R = 51.6%
G = 27.41%
B = 20.99%

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

#D16F55 (or 0xD16F55) is known color: Japonica. HEX triplet: D1, 6F and 55. RGB value is (209,111,85). Sum of RGB (Red+Green+Blue) = 209+111+85=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F55 is #2E90AA. Grayscale: #898989. Windows color (decimal): -3051691 or 5599185. OLE color: 5599185.

HSL color Cylindrical-coordinate representation of color #D16F55: hue angle of 12.58º 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 #D16F55 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 111 85 -
CMYK 0 0.47 0.59 0.18
HSL 12.58º 0.57% 0.58% -
HSV(B) 12.58º 0.59% 0.82% -
XYZ 33.62 25.58 11.76 -
YUV 137.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 209 111 85 0 0.47 0.59 0.18 12.58 0.57 0.58
Hex D1 6F 55 0 2F 3B 12 D 39 3A
Octal 321 157 125 0 57 73 22 15 71 72
Binary 11010001 1101111 1010101 0 101111 111011 10010 1101 111001 111010

Color Harmonies of #D16F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F55

Black with #D16F55

Text Example


Text Example

White with #D16F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F55; }

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

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

background-color css

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

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

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

border-color css

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

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

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