Html Css Color HEX #D6715B Japonica

📋 copy color: '#D6715B'

red 214 ◦ green 113 ◦ blue 91

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

Shades of Japonica #D6715B

Tints of Japonica #D6715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.03%

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

R = 51.2%
G = 27.03%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6715B (or 0xD6715B) is known color: Japonica. HEX triplet: D6, 71 and 5B. RGB value is (214,113,91). Sum of RGB (Red+Green+Blue) = 214+113+91=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6715B is #298EA4. Grayscale: #8C8C8C. Windows color (decimal): -2723493 or 5992918. OLE color: 5992918.

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

Color convert

RGB 214 113 91 -
CMYK 0 0.47 0.57 0.16
HSL 10.73º 0.6% 0.6% -
HSV(B) 10.73º 0.57% 0.84% -
XYZ 35.53 26.86 13.21 -
YUV 140.69 99.96 180.29 -
System Red Green Blue C M Y K H S L
Decimal 214 113 91 0 0.47 0.57 0.16 10.73 0.6 0.6
Hex D6 71 5B 0 2F 39 10 B 3C 3C
Octal 326 161 133 0 57 71 20 13 74 74
Binary 11010110 1110001 1011011 0 101111 111001 10000 1011 111100 111100

Color Harmonies of #D6715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6715B

Black with #D6715B

Text Example


Text Example

White with #D6715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6715B; }

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

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

background-color css

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

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

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

border-color css

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

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

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