Html Css Color HEX #D8795D Japonica

📋 copy color: '#D8795D'

red 216 ◦ green 121 ◦ blue 93

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

Shades of Japonica #D8795D

Tints of Japonica #D8795D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.14%

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

R = 50.23%
G = 28.14%
B = 21.63%

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

#D8795D (or 0xD8795D) is known color: Japonica. HEX triplet: D8, 79 and 5D. RGB value is (216,121,93). Sum of RGB (Red+Green+Blue) = 216+121+93=430 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.23% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 216 - color contains mainly: red. Hex color #D8795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8795D is #2786A2. Grayscale: #929292. Windows color (decimal): -2590371 or 6126040. OLE color: 6126040.

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

Color convert

RGB 216 121 93 -
CMYK 0 0.44 0.57 0.15
HSL 13.66º 0.61% 0.61% -
HSV(B) 13.66º 0.57% 0.85% -
XYZ 37.13 29.06 14.01 -
YUV 146.21 97.97 177.78 -
System Red Green Blue C M Y K H S L
Decimal 216 121 93 0 0.44 0.57 0.15 13.66 0.61 0.61
Hex D8 79 5D 0 2C 39 F E 3D 3D
Octal 330 171 135 0 54 71 17 16 75 75
Binary 11011000 1111001 1011101 0 101100 111001 1111 1110 111101 111101

Color Harmonies of #D8795D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8795D

Black with #D8795D

Text Example


Text Example

White with #D8795D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8795D; }

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

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

background-color css

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

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

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

border-color css

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

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

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