Html Css Color HEX #D7705D Japonica

📋 copy color: '#D7705D'

red 215 ◦ green 112 ◦ blue 93

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

Shades of Japonica #D7705D

Tints of Japonica #D7705D

RGB

 RED value IS 215 (84.38% from 255) = 51.19%

 GREEN value IS 112 (44.14% from 255) = 26.67%

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

R = 51.19%
G = 26.67%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7705D (or 0xD7705D) is known color: Japonica. HEX triplet: D7, 70 and 5D. RGB value is (215,112,93). Sum of RGB (Red+Green+Blue) = 215+112+93=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D7705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7705D is #288FA2. Grayscale: #8C8C8C. Windows color (decimal): -2658211 or 6123735. OLE color: 6123735.

HSL color Cylindrical-coordinate representation of color #D7705D: hue angle of 9.34º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7705D is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 112 93 -
CMYK 0 0.48 0.57 0.16
HSL 9.34º 0.6% 0.6% -
HSV(B) 9.34º 0.57% 0.84% -
XYZ 35.79 26.83 13.65 -
YUV 140.63 101.12 181.04 -
System Red Green Blue C M Y K H S L
Decimal 215 112 93 0 0.48 0.57 0.16 9.34 0.6 0.6
Hex D7 70 5D 0 30 39 10 9 3C 3C
Octal 327 160 135 0 60 71 20 11 74 74
Binary 11010111 1110000 1011101 0 110000 111001 10000 1001 111100 111100

Color Harmonies of #D7705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7705D

Black with #D7705D

Text Example


Text Example

White with #D7705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7705D; }

 p { color: rgb(215,112,93); }

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

background-color css

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

 a { background-color: rgb(215,112,93); }

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

border-color css

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

 span { border-color: rgb(215,112,93); }

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