Html Css Color HEX #D1715E Japonica

📋 copy color: '#D1715E'

red 209 ◦ green 113 ◦ blue 94

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

Shades of Japonica #D1715E

Tints of Japonica #D1715E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.16%

 BLUE value IS 94 (37.11% from 255) = 22.6%

R = 50.24%
G = 27.16%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1715E (or 0xD1715E) is known color: Japonica. HEX triplet: D1, 71 and 5E. RGB value is (209,113,94). Sum of RGB (Red+Green+Blue) = 209+113+94=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1715E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1715E is #2E8EA1. Grayscale: #8B8B8B. Windows color (decimal): -3051170 or 6189521. OLE color: 6189521.

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

Color convert

RGB 209 113 94 -
CMYK 0 0.46 0.55 0.18
HSL 9.91º 0.56% 0.59% -
HSV(B) 9.91º 0.55% 0.82% -
XYZ 34.22 26.17 13.84 -
YUV 139.54 102.3 177.54 -
System Red Green Blue C M Y K H S L
Decimal 209 113 94 0 0.46 0.55 0.18 9.91 0.56 0.59
Hex D1 71 5E 0 2E 37 12 A 38 3B
Octal 321 161 136 0 56 67 22 12 70 73
Binary 11010001 1110001 1011110 0 101110 110111 10010 1010 111000 111011

Color Harmonies of #D1715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1715E

Black with #D1715E

Text Example


Text Example

White with #D1715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1715E; }

 p { color: rgb(209,113,94); }

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

background-color css

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

 a { background-color: rgb(209,113,94); }

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

border-color css

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

 span { border-color: rgb(209,113,94); }

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