Html Css Color HEX #D6705D Japonica

📋 copy color: '#D6705D'

red 214 ◦ green 112 ◦ blue 93

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

Shades of Japonica #D6705D

Tints of Japonica #D6705D

RGB

 RED value IS 214 (83.98% from 255) = 51.07%

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

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

R = 51.07%
G = 26.73%
B = 22.2%

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

#D6705D (or 0xD6705D) is known color: Japonica. HEX triplet: D6, 70 and 5D. RGB value is (214,112,93). Sum of RGB (Red+Green+Blue) = 214+112+93=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6705D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6705D is #298FA2. Grayscale: #8C8C8C. Windows color (decimal): -2723747 or 6123734. OLE color: 6123734.

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

Color convert

RGB 214 112 93 -
CMYK 0 0.48 0.57 0.16
HSL 9.42º 0.6% 0.6% -
HSV(B) 9.42º 0.57% 0.84% -
XYZ 35.5 26.67 13.63 -
YUV 140.33 101.29 180.54 -
System Red Green Blue C M Y K H S L
Decimal 214 112 93 0 0.48 0.57 0.16 9.42 0.6 0.6
Hex D6 70 5D 0 30 39 10 9 3C 3C
Octal 326 160 135 0 60 71 20 11 74 74
Binary 11010110 1110000 1011101 0 110000 111001 10000 1001 111100 111100

Color Harmonies of #D6705D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6705D

Black with #D6705D

Text Example


Text Example

White with #D6705D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6705D; }

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

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

background-color css

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

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

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

border-color css

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

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

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