Html Css Color HEX #D16E55 Japonica

📋 copy color: '#D16E55'

red 209 ◦ green 110 ◦ blue 85

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

Shades of Japonica #D16E55

Tints of Japonica #D16E55

RGB

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

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

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

R = 51.73%
G = 27.23%
B = 21.04%

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

#D16E55 (or 0xD16E55) is known color: Japonica. HEX triplet: D1, 6E and 55. RGB value is (209,110,85). Sum of RGB (Red+Green+Blue) = 209+110+85=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E55 is #2E91AA. Grayscale: #888888. Windows color (decimal): -3051947 or 5598929. OLE color: 5598929.

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

Color convert

RGB 209 110 85 -
CMYK 0 0.47 0.59 0.18
HSL 12.1º 0.57% 0.58% -
HSV(B) 12.1º 0.59% 0.82% -
XYZ 33.51 25.36 11.72 -
YUV 136.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 209 110 85 0 0.47 0.59 0.18 12.1 0.57 0.58
Hex D1 6E 55 0 2F 3B 12 C 39 3A
Octal 321 156 125 0 57 73 22 14 71 72
Binary 11010001 1101110 1010101 0 101111 111011 10010 1100 111001 111010

Color Harmonies of #D16E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E55

Black with #D16E55

Text Example


Text Example

White with #D16E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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