Html Css Color HEX #D16E54 Japonica

📋 copy color: '#D16E54'

red 209 ◦ green 110 ◦ blue 84

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

Shades of Japonica #D16E54

Tints of Japonica #D16E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.84%

R = 51.86%
G = 27.3%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D16E54 (or 0xD16E54) is known color: Japonica. HEX triplet: D1, 6E and 54. RGB value is (209,110,84). Sum of RGB (Red+Green+Blue) = 209+110+84=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16E54 is #2E91AB. Grayscale: #888888. Windows color (decimal): -3051948 or 5533393. OLE color: 5533393.

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

Color convert

RGB 209 110 84 -
CMYK 0 0.47 0.60 0.18
HSL 12.48º 0.58% 0.57% -
HSV(B) 12.48º 0.6% 0.82% -
XYZ 33.47 25.35 11.52 -
YUV 136.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 209 110 84 0 0.47 0.60 0.18 12.48 0.58 0.57
Hex D1 6E 54 0 2F 3C 12 C 3A 39
Octal 321 156 124 0 57 74 22 14 72 71
Binary 11010001 1101110 1010100 0 101111 111100 10010 1100 111010 111001

Color Harmonies of #D16E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E54

Black with #D16E54

Text Example


Text Example

White with #D16E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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