Html Css Color HEX #D6705F Japonica

📋 copy color: '#D6705F'

red 214 ◦ green 112 ◦ blue 95

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

Shades of Japonica #D6705F

Tints of Japonica #D6705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.57%

R = 50.83%
G = 26.6%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6705F (or 0xD6705F) is known color: Japonica. HEX triplet: D6, 70 and 5F. RGB value is (214,112,95). Sum of RGB (Red+Green+Blue) = 214+112+95=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6705F is #298FA0. Grayscale: #8C8C8C. Windows color (decimal): -2723745 or 6254806. OLE color: 6254806.

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

Color convert

RGB 214 112 95 -
CMYK 0 0.48 0.56 0.16
HSL 8.57º 0.59% 0.61% -
HSV(B) 8.57º 0.56% 0.84% -
XYZ 35.59 26.71 14.11 -
YUV 140.56 102.29 180.38 -
System Red Green Blue C M Y K H S L
Decimal 214 112 95 0 0.48 0.56 0.16 8.57 0.59 0.61
Hex D6 70 5F 0 30 38 10 9 3B 3D
Octal 326 160 137 0 60 70 20 11 73 75
Binary 11010110 1110000 1011111 0 110000 111000 10000 1001 111011 111101

Color Harmonies of #D6705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6705F

Black with #D6705F

Text Example


Text Example

White with #D6705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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