Html Css Color HEX #D16E60 Japonica

📋 copy color: '#D16E60'

red 209 ◦ green 110 ◦ blue 96

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

Shades of Japonica #D16E60

Tints of Japonica #D16E60

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.51%

 BLUE value IS 96 (37.89% from 255) = 23.13%

R = 50.36%
G = 26.51%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D16E60 (or 0xD16E60) is known color: Japonica. HEX triplet: D1, 6E and 60. RGB value is (209,110,96). Sum of RGB (Red+Green+Blue) = 209+110+96=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 96 (37.89% from 255 or 23.13% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E60 is #2E919F. Grayscale: #8A8A8A. Windows color (decimal): -3051936 or 6319825. OLE color: 6319825.

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

Color convert

RGB 209 110 96 -
CMYK 0 0.47 0.54 0.18
HSL 7.43º 0.55% 0.6% -
HSV(B) 7.43º 0.54% 0.82% -
XYZ 33.98 25.55 14.21 -
YUV 138.01 104.3 178.64 -
System Red Green Blue C M Y K H S L
Decimal 209 110 96 0 0.47 0.54 0.18 7.43 0.55 0.6
Hex D1 6E 60 0 2F 36 12 7 37 3C
Octal 321 156 140 0 57 66 22 7 67 74
Binary 11010001 1101110 1100000 0 101111 110110 10010 111 110111 111100

Color Harmonies of #D16E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E60

Black with #D16E60

Text Example


Text Example

White with #D16E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E60; }

 p { color: rgb(209,110,96); }

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

background-color css

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

 a { background-color: rgb(209,110,96); }

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

border-color css

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

 span { border-color: rgb(209,110,96); }

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