Html Css Color HEX #D8785D Japonica

📋 copy color: '#D8785D'

red 216 ◦ green 120 ◦ blue 93

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

Shades of Japonica #D8785D

Tints of Japonica #D8785D

RGB

 RED value IS 216 (84.77% from 255) = 50.35%

 GREEN value IS 120 (47.27% from 255) = 27.97%

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

R = 50.35%
G = 27.97%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8785D (or 0xD8785D) is known color: Japonica. HEX triplet: D8, 78 and 5D. RGB value is (216,120,93). Sum of RGB (Red+Green+Blue) = 216+120+93=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D8785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8785D is #2787A2. Grayscale: #919191. Windows color (decimal): -2590627 or 6125784. OLE color: 6125784.

HSL color Cylindrical-coordinate representation of color #D8785D: hue angle of 13.17º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8785D is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 120 93 -
CMYK 0 0.44 0.57 0.15
HSL 13.17º 0.61% 0.61% -
HSV(B) 13.17º 0.57% 0.85% -
XYZ 37.01 28.82 13.97 -
YUV 145.63 98.3 178.2 -
System Red Green Blue C M Y K H S L
Decimal 216 120 93 0 0.44 0.57 0.15 13.17 0.61 0.61
Hex D8 78 5D 0 2C 39 F D 3D 3D
Octal 330 170 135 0 54 71 17 15 75 75
Binary 11011000 1111000 1011101 0 101100 111001 1111 1101 111101 111101

Color Harmonies of #D8785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8785D

Black with #D8785D

Text Example


Text Example

White with #D8785D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8785D; }

 p { color: rgb(216,120,93); }

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

background-color css

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

 a { background-color: rgb(216,120,93); }

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

border-color css

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

 span { border-color: rgb(216,120,93); }

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