Html Css Color HEX #D1765C Japonica

📋 copy color: '#D1765C'

red 209 ◦ green 118 ◦ blue 92

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

Shades of Japonica #D1765C

Tints of Japonica #D1765C

RGB

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

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

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

R = 49.88%
G = 28.16%
B = 21.96%

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

#D1765C (or 0xD1765C) is known color: Japonica. HEX triplet: D1, 76 and 5C. RGB value is (209,118,92). Sum of RGB (Red+Green+Blue) = 209+118+92=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1765C is #2E89A3. Grayscale: #8E8E8E. Windows color (decimal): -3049892 or 6059729. OLE color: 6059729.

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

Color convert

RGB 209 118 92 -
CMYK 0 0.44 0.56 0.18
HSL 13.33º 0.56% 0.59% -
HSV(B) 13.33º 0.56% 0.82% -
XYZ 34.7 27.28 13.56 -
YUV 142.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 209 118 92 0 0.44 0.56 0.18 13.33 0.56 0.59
Hex D1 76 5C 0 2C 38 12 D 38 3B
Octal 321 166 134 0 54 70 22 15 70 73
Binary 11010001 1110110 1011100 0 101100 111000 10010 1101 111000 111011

Color Harmonies of #D1765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1765C

Black with #D1765C

Text Example


Text Example

White with #D1765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1765C; }

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

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

background-color css

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

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

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

border-color css

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

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

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