Html Css Color HEX #D1775B Japonica

📋 copy color: '#D1775B'

red 209 ◦ green 119 ◦ blue 91

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

Shades of Japonica #D1775B

Tints of Japonica #D1775B

RGB

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

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

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

R = 49.88%
G = 28.4%
B = 21.72%

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

#D1775B (or 0xD1775B) is known color: Japonica. HEX triplet: D1, 77 and 5B. RGB value is (209,119,91). Sum of RGB (Red+Green+Blue) = 209+119+91=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 119 (46.88% from 255 or 28.40% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1775B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1775B is #2E88A4. Grayscale: #8E8E8E. Windows color (decimal): -3049637 or 5994449. OLE color: 5994449.

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

Color convert

RGB 209 119 91 -
CMYK 0 0.43 0.56 0.18
HSL 14.24º 0.56% 0.59% -
HSV(B) 14.24º 0.56% 0.82% -
XYZ 34.78 27.5 13.37 -
YUV 142.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 209 119 91 0 0.43 0.56 0.18 14.24 0.56 0.59
Hex D1 77 5B 0 2B 38 12 E 38 3B
Octal 321 167 133 0 53 70 22 16 70 73
Binary 11010001 1110111 1011011 0 101011 111000 10010 1110 111000 111011

Color Harmonies of #D1775B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1775B

Black with #D1775B

Text Example


Text Example

White with #D1775B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1775B; }

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

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

background-color css

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

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

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

border-color css

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

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

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