Html Css Color HEX #D8795A Japonica

📋 copy color: '#D8795A'

red 216 ◦ green 121 ◦ blue 90

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

Shades of Japonica #D8795A

Tints of Japonica #D8795A

RGB

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

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

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

R = 50.59%
G = 28.34%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8795A (or 0xD8795A) is known color: Japonica. HEX triplet: D8, 79 and 5A. RGB value is (216,121,90). Sum of RGB (Red+Green+Blue) = 216+121+90=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8795A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8795A is #2786A5. Grayscale: #929292. Windows color (decimal): -2590374 or 5929432. OLE color: 5929432.

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

Color convert

RGB 216 121 90 -
CMYK 0 0.44 0.58 0.15
HSL 14.76º 0.62% 0.6% -
HSV(B) 14.76º 0.58% 0.85% -
XYZ 37 29.01 13.32 -
YUV 145.87 96.47 178.02 -
System Red Green Blue C M Y K H S L
Decimal 216 121 90 0 0.44 0.58 0.15 14.76 0.62 0.6
Hex D8 79 5A 0 2C 3A F F 3E 3C
Octal 330 171 132 0 54 72 17 17 76 74
Binary 11011000 1111001 1011010 0 101100 111010 1111 1111 111110 111100

Color Harmonies of #D8795A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8795A

Black with #D8795A

Text Example


Text Example

White with #D8795A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8795A; }

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

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

background-color css

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

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

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

border-color css

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

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

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