Html Css Color HEX #D16E5A Japonica

📋 copy color: '#D16E5A'

red 209 ◦ green 110 ◦ blue 90

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

Shades of Japonica #D16E5A

Tints of Japonica #D16E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22%

R = 51.1%
G = 26.89%
B = 22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D16E5A (or 0xD16E5A) is known color: Japonica. HEX triplet: D1, 6E and 5A. RGB value is (209,110,90). Sum of RGB (Red+Green+Blue) = 209+110+90=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E5A is #2E91A5. Grayscale: #898989. Windows color (decimal): -3051942 or 5926609. OLE color: 5926609.

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

Color convert

RGB 209 110 90 -
CMYK 0 0.47 0.57 0.18
HSL 10.08º 0.56% 0.59% -
HSV(B) 10.08º 0.57% 0.82% -
XYZ 33.72 25.45 12.81 -
YUV 137.32 101.3 179.13 -
System Red Green Blue C M Y K H S L
Decimal 209 110 90 0 0.47 0.57 0.18 10.08 0.56 0.59
Hex D1 6E 5A 0 2F 39 12 A 38 3B
Octal 321 156 132 0 57 71 22 12 70 73
Binary 11010001 1101110 1011010 0 101111 111001 10010 1010 111000 111011

Color Harmonies of #D16E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E5A

Black with #D16E5A

Text Example


Text Example

White with #D16E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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