Html Css Color HEX #D8765A Japonica

📋 copy color: '#D8765A'

red 216 ◦ green 118 ◦ blue 90

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

Shades of Japonica #D8765A

Tints of Japonica #D8765A

RGB

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

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

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

R = 50.94%
G = 27.83%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8765A (or 0xD8765A) is known color: Japonica. HEX triplet: D8, 76 and 5A. RGB value is (216,118,90). Sum of RGB (Red+Green+Blue) = 216+118+90=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 90 (35.55% from 255 or 21.23% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8765A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8765A is #2789A5. Grayscale: #909090. Windows color (decimal): -2591142 or 5928664. OLE color: 5928664.

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

Color convert

RGB 216 118 90 -
CMYK 0 0.45 0.58 0.15
HSL 13.33º 0.62% 0.6% -
HSV(B) 13.33º 0.58% 0.85% -
XYZ 36.64 28.29 13.2 -
YUV 144.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 216 118 90 0 0.45 0.58 0.15 13.33 0.62 0.6
Hex D8 76 5A 0 2D 3A F D 3E 3C
Octal 330 166 132 0 55 72 17 15 76 74
Binary 11011000 1110110 1011010 0 101101 111010 1111 1101 111110 111100

Color Harmonies of #D8765A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8765A

Black with #D8765A

Text Example


Text Example

White with #D8765A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8765A; }

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

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

background-color css

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

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

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

border-color css

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

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

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