Html Css Color HEX #D1745C Japonica

📋 copy color: '#D1745C'

red 209 ◦ green 116 ◦ blue 92

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

Shades of Japonica #D1745C

Tints of Japonica #D1745C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.82%

 BLUE value IS 92 (36.33% from 255) = 22.06%

R = 50.12%
G = 27.82%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1745C (or 0xD1745C) is known color: Japonica. HEX triplet: D1, 74 and 5C. RGB value is (209,116,92). Sum of RGB (Red+Green+Blue) = 209+116+92=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1745C is #2E8BA3. Grayscale: #8D8D8D. Windows color (decimal): -3050404 or 6059217. OLE color: 6059217.

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

Color convert

RGB 209 116 92 -
CMYK 0 0.44 0.56 0.18
HSL 12.31º 0.56% 0.59% -
HSV(B) 12.31º 0.56% 0.82% -
XYZ 34.47 26.82 13.48 -
YUV 141.07 100.31 176.45 -
System Red Green Blue C M Y K H S L
Decimal 209 116 92 0 0.44 0.56 0.18 12.31 0.56 0.59
Hex D1 74 5C 0 2C 38 12 C 38 3B
Octal 321 164 134 0 54 70 22 14 70 73
Binary 11010001 1110100 1011100 0 101100 111000 10010 1100 111000 111011

Color Harmonies of #D1745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1745C

Black with #D1745C

Text Example


Text Example

White with #D1745C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1745C; }

 p { color: rgb(209,116,92); }

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

background-color css

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

 a { background-color: rgb(209,116,92); }

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

border-color css

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

 span { border-color: rgb(209,116,92); }

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