Html Css Color HEX #D16F51 Japonica

📋 copy color: '#D16F51'

red 209 ◦ green 111 ◦ blue 81

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

Shades of Japonica #D16F51

Tints of Japonica #D16F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.2%

R = 52.12%
G = 27.68%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D16F51 (or 0xD16F51) is known color: Japonica. HEX triplet: D1, 6F and 51. RGB value is (209,111,81). Sum of RGB (Red+Green+Blue) = 209+111+81=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 81 (32.03% from 255 or 20.20% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F51 is #2E90AE. Grayscale: #898989. Windows color (decimal): -3051695 or 5337041. OLE color: 5337041.

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

Color convert

RGB 209 111 81 -
CMYK 0 0.47 0.61 0.18
HSL 14.06º 0.58% 0.57% -
HSV(B) 14.06º 0.61% 0.82% -
XYZ 33.46 25.52 10.95 -
YUV 136.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 209 111 81 0 0.47 0.61 0.18 14.06 0.58 0.57
Hex D1 6F 51 0 2F 3D 12 E 3A 39
Octal 321 157 121 0 57 75 22 16 72 71
Binary 11010001 1101111 1010001 0 101111 111101 10010 1110 111010 111001

Color Harmonies of #D16F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F51

Black with #D16F51

Text Example


Text Example

White with #D16F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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