Html Css Color HEX #D1745B Japonica

📋 copy color: '#D1745B'

red 209 ◦ green 116 ◦ blue 91

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

Shades of Japonica #D1745B

Tints of Japonica #D1745B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.88%

R = 50.24%
G = 27.88%
B = 21.88%

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

#D1745B (or 0xD1745B) is known color: Japonica. HEX triplet: D1, 74 and 5B. RGB value is (209,116,91). Sum of RGB (Red+Green+Blue) = 209+116+91=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1745B is #2E8BA4. Grayscale: #8D8D8D. Windows color (decimal): -3050405 or 5993681. OLE color: 5993681.

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

Color convert

RGB 209 116 91 -
CMYK 0 0.44 0.56 0.18
HSL 12.71º 0.56% 0.59% -
HSV(B) 12.71º 0.56% 0.82% -
XYZ 34.43 26.8 13.26 -
YUV 140.96 99.81 176.53 -
System Red Green Blue C M Y K H S L
Decimal 209 116 91 0 0.44 0.56 0.18 12.71 0.56 0.59
Hex D1 74 5B 0 2C 38 12 D 38 3B
Octal 321 164 133 0 54 70 22 15 70 73
Binary 11010001 1110100 1011011 0 101100 111000 10010 1101 111000 111011

Color Harmonies of #D1745B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1745B

Black with #D1745B

Text Example


Text Example

White with #D1745B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1745B; }

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

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

background-color css

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

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

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

border-color css

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

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

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