Html Css Color HEX #D8765C Japonica

📋 copy color: '#D8765C'

red 216 ◦ green 118 ◦ blue 92

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

Shades of Japonica #D8765C

Tints of Japonica #D8765C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.7%

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

R = 50.7%
G = 27.7%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8765C (or 0xD8765C) is known color: Japonica. HEX triplet: D8, 76 and 5C. RGB value is (216,118,92). Sum of RGB (Red+Green+Blue) = 216+118+92=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8765C is #2789A3. Grayscale: #909090. Windows color (decimal): -2591140 or 6059736. OLE color: 6059736.

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

Color convert

RGB 216 118 92 -
CMYK 0 0.45 0.57 0.15
HSL 12.58º 0.61% 0.6% -
HSV(B) 12.58º 0.57% 0.85% -
XYZ 36.73 28.33 13.66 -
YUV 144.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 216 118 92 0 0.45 0.57 0.15 12.58 0.61 0.6
Hex D8 76 5C 0 2D 39 F D 3D 3C
Octal 330 166 134 0 55 71 17 15 75 74
Binary 11011000 1110110 1011100 0 101101 111001 1111 1101 111101 111100

Color Harmonies of #D8765C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8765C

Black with #D8765C

Text Example


Text Example

White with #D8765C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8765C; }

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

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

background-color css

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

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

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

border-color css

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

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

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