Html Css Color HEX #D96E50 Japonica

📋 copy color: '#D96E50'

red 217 ◦ green 110 ◦ blue 80

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

Shades of Japonica #D96E50

Tints of Japonica #D96E50

RGB

 RED value IS 217 (85.16% from 255) = 53.32%

 GREEN value IS 110 (43.36% from 255) = 27.03%

 BLUE value IS 80 (31.64% from 255) = 19.66%

R = 53.32%
G = 27.03%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D96E50 (or 0xD96E50) is known color: Japonica. HEX triplet: D9, 6E and 50. RGB value is (217,110,80). Sum of RGB (Red+Green+Blue) = 217+110+80=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D96E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96E50 is #2691AF. Grayscale: #8A8A8A. Windows color (decimal): -2527664 or 5271257. OLE color: 5271257.

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

Color convert

RGB 217 110 80 -
CMYK 0 0.49 0.63 0.15
HSL 13.14º 0.64% 0.58% -
HSV(B) 13.14º 0.63% 0.85% -
XYZ 35.64 26.48 10.82 -
YUV 138.57 94.95 183.94 -
System Red Green Blue C M Y K H S L
Decimal 217 110 80 0 0.49 0.63 0.15 13.14 0.64 0.58
Hex D9 6E 50 0 31 3F F D 40 3A
Octal 331 156 120 0 61 77 17 15 100 72
Binary 11011001 1101110 1010000 0 110001 111111 1111 1101 1000000 111010

Color Harmonies of #D96E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96E50

Black with #D96E50

Text Example


Text Example

White with #D96E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96E50; }

 p { color: rgb(217,110,80); }

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

background-color css

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

 a { background-color: rgb(217,110,80); }

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

border-color css

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

 span { border-color: rgb(217,110,80); }

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