Html Css Color HEX #D1775D Japonica

📋 copy color: '#D1775D'

red 209 ◦ green 119 ◦ blue 93

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

Shades of Japonica #D1775D

Tints of Japonica #D1775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.27%

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

R = 49.64%
G = 28.27%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1775D (or 0xD1775D) is known color: Japonica. HEX triplet: D1, 77 and 5D. RGB value is (209,119,93). Sum of RGB (Red+Green+Blue) = 209+119+93=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1775D is #2E88A2. Grayscale: #8F8F8F. Windows color (decimal): -3049635 or 6125521. OLE color: 6125521.

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

Color convert

RGB 209 119 93 -
CMYK 0 0.43 0.56 0.18
HSL 13.45º 0.56% 0.59% -
HSV(B) 13.45º 0.56% 0.82% -
XYZ 34.87 27.54 13.83 -
YUV 142.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 209 119 93 0 0.43 0.56 0.18 13.45 0.56 0.59
Hex D1 77 5D 0 2B 38 12 D 38 3B
Octal 321 167 135 0 53 70 22 15 70 73
Binary 11010001 1110111 1011101 0 101011 111000 10010 1101 111000 111011

Color Harmonies of #D1775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1775D

Black with #D1775D

Text Example


Text Example

White with #D1775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1775D; }

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

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

background-color css

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

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

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

border-color css

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

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

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