Html Css Color HEX #D6705C Japonica

📋 copy color: '#D6705C'

red 214 ◦ green 112 ◦ blue 92

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

Shades of Japonica #D6705C

Tints of Japonica #D6705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.01%

R = 51.2%
G = 26.79%
B = 22.01%

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

#D6705C (or 0xD6705C) is known color: Japonica. HEX triplet: D6, 70 and 5C. RGB value is (214,112,92). Sum of RGB (Red+Green+Blue) = 214+112+92=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6705C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6705C is #298FA3. Grayscale: #8C8C8C. Windows color (decimal): -2723748 or 6058198. OLE color: 6058198.

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

Color convert

RGB 214 112 92 -
CMYK 0 0.48 0.57 0.16
HSL 9.84º 0.6% 0.6% -
HSV(B) 9.84º 0.57% 0.84% -
XYZ 35.46 26.66 13.4 -
YUV 140.22 100.79 180.63 -
System Red Green Blue C M Y K H S L
Decimal 214 112 92 0 0.48 0.57 0.16 9.84 0.6 0.6
Hex D6 70 5C 0 30 39 10 A 3C 3C
Octal 326 160 134 0 60 71 20 12 74 74
Binary 11010110 1110000 1011100 0 110000 111001 10000 1010 111100 111100

Color Harmonies of #D6705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6705C

Black with #D6705C

Text Example


Text Example

White with #D6705C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6705C; }

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

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

background-color css

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

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

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

border-color css

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

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

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