Html Css Color HEX #D16A57 Japonica

📋 copy color: '#D16A57'

red 209 ◦ green 106 ◦ blue 87

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

Shades of Japonica #D16A57

Tints of Japonica #D16A57

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.37%

 BLUE value IS 87 (34.38% from 255) = 21.64%

R = 51.99%
G = 26.37%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D16A57 (or 0xD16A57) is known color: Japonica. HEX triplet: D1, 6A and 57. RGB value is (209,106,87). Sum of RGB (Red+Green+Blue) = 209+106+87=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 87 (34.38% from 255 or 21.64% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D16A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16A57 is #2E95A8. Grayscale: #868686. Windows color (decimal): -3052969 or 5728977. OLE color: 5728977.

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

Color convert

RGB 209 106 87 -
CMYK 0 0.49 0.58 0.18
HSL 9.34º 0.57% 0.58% -
HSV(B) 9.34º 0.58% 0.82% -
XYZ 33.17 24.55 12.01 -
YUV 134.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 209 106 87 0 0.49 0.58 0.18 9.34 0.57 0.58
Hex D1 6A 57 0 31 3A 12 9 39 3A
Octal 321 152 127 0 61 72 22 11 71 72
Binary 11010001 1101010 1010111 0 110001 111010 10010 1001 111001 111010

Color Harmonies of #D16A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16A57

Black with #D16A57

Text Example


Text Example

White with #D16A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16A57; }

 p { color: rgb(209,106,87); }

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

background-color css

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

 a { background-color: rgb(209,106,87); }

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

border-color css

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

 span { border-color: rgb(209,106,87); }

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