Html Css Color HEX #D16F61 Japonica

📋 copy color: '#D16F61'

red 209 ◦ green 111 ◦ blue 97

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

Shades of Japonica #D16F61

Tints of Japonica #D16F61

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.62%

 BLUE value IS 97 (38.28% from 255) = 23.26%

R = 50.12%
G = 26.62%
B = 23.26%

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

#D16F61 (or 0xD16F61) is known color: Japonica. HEX triplet: D1, 6F and 61. RGB value is (209,111,97). Sum of RGB (Red+Green+Blue) = 209+111+97=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F61 is #2E909E. Grayscale: #8A8A8A. Windows color (decimal): -3051679 or 6385617. OLE color: 6385617.

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

Color convert

RGB 209 111 97 -
CMYK 0 0.47 0.54 0.18
HSL 7.5º 0.55% 0.6% -
HSV(B) 7.5º 0.54% 0.82% -
XYZ 34.14 25.79 14.49 -
YUV 138.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 209 111 97 0 0.47 0.54 0.18 7.5 0.55 0.6
Hex D1 6F 61 0 2F 36 12 8 37 3C
Octal 321 157 141 0 57 66 22 10 67 74
Binary 11010001 1101111 1100001 0 101111 110110 10010 1000 110111 111100

Color Harmonies of #D16F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F61

Black with #D16F61

Text Example


Text Example

White with #D16F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F61; }

 p { color: rgb(209,111,97); }

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

background-color css

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

 a { background-color: rgb(209,111,97); }

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

border-color css

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

 span { border-color: rgb(209,111,97); }

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