Html Css Color HEX #D87A55 Japonica

📋 copy color: '#D87A55'

red 216 ◦ green 122 ◦ blue 85

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

Shades of Japonica #D87A55

Tints of Japonica #D87A55

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.84%

 BLUE value IS 85 (33.59% from 255) = 20.09%

R = 51.06%
G = 28.84%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D87A55 (or 0xD87A55) is known color: Japonica. HEX triplet: D8, 7A and 55. RGB value is (216,122,85). Sum of RGB (Red+Green+Blue) = 216+122+85=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87A55 is #2785AA. Grayscale: #929292. Windows color (decimal): -2590123 or 5602008. OLE color: 5602008.

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

Color convert

RGB 216 122 85 -
CMYK 0 0.44 0.61 0.15
HSL 16.95º 0.63% 0.59% -
HSV(B) 16.95º 0.61% 0.85% -
XYZ 36.92 29.17 12.28 -
YUV 145.89 93.64 178.01 -
System Red Green Blue C M Y K H S L
Decimal 216 122 85 0 0.44 0.61 0.15 16.95 0.63 0.59
Hex D8 7A 55 0 2C 3D F 11 3F 3B
Octal 330 172 125 0 54 75 17 21 77 73
Binary 11011000 1111010 1010101 0 101100 111101 1111 10001 111111 111011

Color Harmonies of #D87A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87A55

Black with #D87A55

Text Example


Text Example

White with #D87A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87A55; }

 p { color: rgb(216,122,85); }

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

background-color css

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

 a { background-color: rgb(216,122,85); }

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

border-color css

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

 span { border-color: rgb(216,122,85); }

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