Html Css Color HEX #D6715A Japonica

📋 copy color: '#D6715A'

red 214 ◦ green 113 ◦ blue 90

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

Shades of Japonica #D6715A

Tints of Japonica #D6715A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.58%

R = 51.32%
G = 27.1%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6715A (or 0xD6715A) is known color: Japonica. HEX triplet: D6, 71 and 5A. RGB value is (214,113,90). Sum of RGB (Red+Green+Blue) = 214+113+90=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6715A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6715A is #298EA5. Grayscale: #8C8C8C. Windows color (decimal): -2723494 or 5927382. OLE color: 5927382.

HSL color Cylindrical-coordinate representation of color #D6715A: hue angle of 11.13º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6715A is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 113 90 -
CMYK 0 0.47 0.58 0.16
HSL 11.13º 0.6% 0.6% -
HSV(B) 11.13º 0.58% 0.84% -
XYZ 35.48 26.84 12.98 -
YUV 140.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 214 113 90 0 0.47 0.58 0.16 11.13 0.6 0.6
Hex D6 71 5A 0 2F 3A 10 B 3C 3C
Octal 326 161 132 0 57 72 20 13 74 74
Binary 11010110 1110001 1011010 0 101111 111010 10000 1011 111100 111100

Color Harmonies of #D6715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6715A

Black with #D6715A

Text Example


Text Example

White with #D6715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6715A; }

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

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

background-color css

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

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

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

border-color css

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

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

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