Html Css Color HEX #D7705B Japonica

📋 copy color: '#D7705B'

red 215 ◦ green 112 ◦ blue 91

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

Shades of Japonica #D7705B

Tints of Japonica #D7705B

RGB

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

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

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

R = 51.44%
G = 26.79%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7705B (or 0xD7705B) is known color: Japonica. HEX triplet: D7, 70 and 5B. RGB value is (215,112,91). Sum of RGB (Red+Green+Blue) = 215+112+91=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D7705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7705B is #288FA4. Grayscale: #8C8C8C. Windows color (decimal): -2658213 or 5992663. OLE color: 5992663.

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

Color convert

RGB 215 112 91 -
CMYK 0 0.48 0.58 0.16
HSL 10.16º 0.61% 0.6% -
HSV(B) 10.16º 0.58% 0.84% -
XYZ 35.71 26.79 13.19 -
YUV 140.4 100.12 181.21 -
System Red Green Blue C M Y K H S L
Decimal 215 112 91 0 0.48 0.58 0.16 10.16 0.61 0.6
Hex D7 70 5B 0 30 3A 10 A 3D 3C
Octal 327 160 133 0 60 72 20 12 75 74
Binary 11010111 1110000 1011011 0 110000 111010 10000 1010 111101 111100

Color Harmonies of #D7705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7705B

Black with #D7705B

Text Example


Text Example

White with #D7705B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7705B; }

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

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

background-color css

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

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

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

border-color css

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

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

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