Html Css Color HEX #D8785C Japonica

📋 copy color: '#D8785C'

red 216 ◦ green 120 ◦ blue 92

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

Shades of Japonica #D8785C

Tints of Japonica #D8785C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.5%

R = 50.47%
G = 28.04%
B = 21.5%

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

#D8785C (or 0xD8785C) is known color: Japonica. HEX triplet: D8, 78 and 5C. RGB value is (216,120,92). Sum of RGB (Red+Green+Blue) = 216+120+92=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8785C is #2787A3. Grayscale: #919191. Windows color (decimal): -2590628 or 6060248. OLE color: 6060248.

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

Color convert

RGB 216 120 92 -
CMYK 0 0.44 0.57 0.15
HSL 13.55º 0.61% 0.6% -
HSV(B) 13.55º 0.57% 0.85% -
XYZ 36.97 28.8 13.74 -
YUV 145.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 216 120 92 0 0.44 0.57 0.15 13.55 0.61 0.6
Hex D8 78 5C 0 2C 39 F E 3D 3C
Octal 330 170 134 0 54 71 17 16 75 74
Binary 11011000 1111000 1011100 0 101100 111001 1111 1110 111101 111100

Color Harmonies of #D8785C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8785C

Black with #D8785C

Text Example


Text Example

White with #D8785C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8785C; }

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

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

background-color css

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

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

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

border-color css

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

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

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