Html Css Color HEX #D56E54 Japonica

📋 copy color: '#D56E54'

red 213 ◦ green 110 ◦ blue 84

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

Shades of Japonica #D56E54

Tints of Japonica #D56E54

RGB

 RED value IS 213 (83.59% from 255) = 52.33%

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

 BLUE value IS 84 (33.2% from 255) = 20.64%

R = 52.33%
G = 27.03%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D56E54 (or 0xD56E54) is known color: Japonica. HEX triplet: D5, 6E and 54. RGB value is (213,110,84). Sum of RGB (Red+Green+Blue) = 213+110+84=407 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.33% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 213 - color contains mainly: red. Hex color #D56E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56E54 is #2A91AB. Grayscale: #8A8A8A. Windows color (decimal): -2789804 or 5533397. OLE color: 5533397.

HSL color Cylindrical-coordinate representation of color #D56E54: hue angle of 12.09º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D56E54 is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 110 84 -
CMYK 0 0.48 0.61 0.16
HSL 12.09º 0.61% 0.58% -
HSV(B) 12.09º 0.61% 0.84% -
XYZ 34.62 25.94 11.57 -
YUV 137.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 213 110 84 0 0.48 0.61 0.16 12.09 0.61 0.58
Hex D5 6E 54 0 30 3D 10 C 3D 3A
Octal 325 156 124 0 60 75 20 14 75 72
Binary 11010101 1101110 1010100 0 110000 111101 10000 1100 111101 111010

Color Harmonies of #D56E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56E54

Black with #D56E54

Text Example


Text Example

White with #D56E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56E54; }

 p { color: rgb(213,110,84); }

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

background-color css

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

 a { background-color: rgb(213,110,84); }

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

border-color css

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

 span { border-color: rgb(213,110,84); }

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