Html Css Color HEX #D1715D Japonica

📋 copy color: '#D1715D'

red 209 ◦ green 113 ◦ blue 93

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

Shades of Japonica #D1715D

Tints of Japonica #D1715D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.41%

R = 50.36%
G = 27.23%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1715D (or 0xD1715D) is known color: Japonica. HEX triplet: D1, 71 and 5D. RGB value is (209,113,93). Sum of RGB (Red+Green+Blue) = 209+113+93=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1715D is #2E8EA2. Grayscale: #8B8B8B. Windows color (decimal): -3051171 or 6123985. OLE color: 6123985.

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

Color convert

RGB 209 113 93 -
CMYK 0 0.46 0.56 0.18
HSL 10.34º 0.56% 0.59% -
HSV(B) 10.34º 0.56% 0.82% -
XYZ 34.18 26.16 13.6 -
YUV 139.42 101.8 177.63 -
System Red Green Blue C M Y K H S L
Decimal 209 113 93 0 0.46 0.56 0.18 10.34 0.56 0.59
Hex D1 71 5D 0 2E 38 12 A 38 3B
Octal 321 161 135 0 56 70 22 12 70 73
Binary 11010001 1110001 1011101 0 101110 111000 10010 1010 111000 111011

Color Harmonies of #D1715D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1715D

Black with #D1715D

Text Example


Text Example

White with #D1715D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1715D; }

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

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

background-color css

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

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

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

border-color css

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

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

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