Html Css Color HEX #D1745A Japonica

📋 copy color: '#D1745A'

red 209 ◦ green 116 ◦ blue 90

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

Shades of Japonica #D1745A

Tints of Japonica #D1745A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.69%

R = 50.36%
G = 27.95%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1745A (or 0xD1745A) is known color: Japonica. HEX triplet: D1, 74 and 5A. RGB value is (209,116,90). Sum of RGB (Red+Green+Blue) = 209+116+90=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1745A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1745A is #2E8BA5. Grayscale: #8D8D8D. Windows color (decimal): -3050406 or 5928145. OLE color: 5928145.

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

Color convert

RGB 209 116 90 -
CMYK 0 0.44 0.57 0.18
HSL 13.11º 0.56% 0.59% -
HSV(B) 13.11º 0.57% 0.82% -
XYZ 34.39 26.78 13.03 -
YUV 140.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 209 116 90 0 0.44 0.57 0.18 13.11 0.56 0.59
Hex D1 74 5A 0 2C 39 12 D 38 3B
Octal 321 164 132 0 54 71 22 15 70 73
Binary 11010001 1110100 1011010 0 101100 111001 10010 1101 111000 111011

Color Harmonies of #D1745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1745A

Black with #D1745A

Text Example


Text Example

White with #D1745A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1745A; }

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

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

background-color css

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

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

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

border-color css

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

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

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