Html Css Color HEX #D1765D Japonica

📋 copy color: '#D1765D'

red 209 ◦ green 118 ◦ blue 93

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

Shades of Japonica #D1765D

Tints of Japonica #D1765D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.1%

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

R = 49.76%
G = 28.1%
B = 22.14%

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

#D1765D (or 0xD1765D) is known color: Japonica. HEX triplet: D1, 76 and 5D. RGB value is (209,118,93). Sum of RGB (Red+Green+Blue) = 209+118+93=420 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.76% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 209 - color contains mainly: red. Hex color #D1765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1765D is #2E89A2. Grayscale: #8E8E8E. Windows color (decimal): -3049891 or 6125265. OLE color: 6125265.

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

Color convert

RGB 209 118 93 -
CMYK 0 0.44 0.56 0.18
HSL 12.93º 0.56% 0.59% -
HSV(B) 12.93º 0.56% 0.82% -
XYZ 34.75 27.3 13.79 -
YUV 142.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 209 118 93 0 0.44 0.56 0.18 12.93 0.56 0.59
Hex D1 76 5D 0 2C 38 12 D 38 3B
Octal 321 166 135 0 54 70 22 15 70 73
Binary 11010001 1110110 1011101 0 101100 111000 10010 1101 111000 111011

Color Harmonies of #D1765D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1765D

Black with #D1765D

Text Example


Text Example

White with #D1765D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1765D; }

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

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

background-color css

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

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

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

border-color css

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

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

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