#D6705B

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

Shades of Japonica #D6705B

Tints of Japonica #D6705B

Color information

#D6705B (or 0xD6705B) is unknown color: approx Japonica. HEX triplet: D6, 70 and 5B. RGB value is (214,112,91). Sum of RGB (Red+Green+Blue) = 214+112+91=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 91 (35.94% from 255 or 21.82% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6705B is #298FA4. Grayscale: #8C8C8C. Windows color (decimal): -2723749 or 5992662. OLE color: 5992662.

HSL color Cylindrical-coordinate representation of color #D6705B: hue angle of 10.24º 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 #D6705B is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21411291-
CMYK00.480.570.16
HSL10.24º60%59.8%-
HSV(B)10.24º57.48%83.92%-
XYZ35.4126.6413.17-
YUV140.1100.29180.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.32%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 91 (35.94% from 255) = 21.82%
R=51.32%
G=26.86%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141129100.480.570.1610.246059.8
HexD6705B0303910a3c3c
Octal3261601330607120127474
Binary11010110111000010110110110000111001100001010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6705B; }

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

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

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

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

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

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

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

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