#D3775F

Color #D3775F Japonica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japonica #D3775F

Tints of Japonica #D3775F

Color information

#D3775F (or 0xD3775F) is unknown color: approx Japonica. HEX triplet: D3, 77 and 5F. RGB value is (211,119,95). Sum of RGB (Red+Green+Blue) = 211+119+95=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D3775F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3775F is #2C88A0. Grayscale: #8F8F8F. Windows color (decimal): -2918561 or 6256595. OLE color: 6256595.

HSL color Cylindrical-coordinate representation of color #D3775F: hue angle of 12.41º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D3775F is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB21111995-
CMYK00.440.550.17
HSL12.41º56.86%60%-
HSV(B)12.41º54.98%82.75%-
XYZ35.5327.8714.33-
YUV143.77100.48175.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 49.65%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 95 (37.5% from 255) = 22.35%
R=49.65%
G=28%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111199500.440.550.1712.4156.8660
HexD3775F02C3711c393c
Octal3231671370546721147174
Binary11010011111011110111110101100110111100011100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3775F; }

 p { color: rgb(211,119,95); }

 H1.HeaderClassName
 {
   color: #D3775F;
 }
 .AnyTagClassName
 {
   color: #D3775F;
 }
</style>
background-color css

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

 a { background-color: rgb(211,119,95); }

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

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

 span { border-color: rgb(211,119,95); }

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